VTK
9.1.0
|
perform fast cell location operations More...
#include <vtkStaticCellLocator.h>
Public Member Functions | |
vtkIdType | FindCell (double pos[3], double vtkNotUsed(tol2), vtkGenericCell *cell, double pcoords[3], double *weights) override |
Test a point to find if it is inside a cell. | |
vtkIdType | FindCell (double x[3]) override |
Reimplemented from vtkAbstractCellLocator to support bad compilers. | |
void | FindCellsWithinBounds (double *bbox, vtkIdList *cells) override |
Return a list of unique cell ids inside of a given bounding box. | |
void | FindCellsAlongLine (const double p1[3], const double p2[3], double tolerance, vtkIdList *cells) override |
Given a finite line defined by the two points (p1,p2), return the list of unique cell ids in the buckets containing the line. | |
void | FindClosestPoint (const double x[3], double closestPoint[3], vtkGenericCell *cell, vtkIdType &cellId, int &subId, double &dist2) override |
Return the closest point and the cell which is closest to the point x. | |
vtkIdType | FindClosestPointWithinRadius (double x[3], double radius, double closestPoint[3], vtkGenericCell *cell, vtkIdType &cellId, int &subId, double &dist2, int &inside) override |
Return the closest point within a specified radius and the cell which is closest to the point x. | |
int | IntersectWithLine (const double a0[3], const double a1[3], double tol, double &t, double x[3], double pcoords[3], int &subId, vtkIdType &cellId, vtkGenericCell *cell) override |
Return intersection point (if any) AND the cell which was intersected by the finite line. | |
int | IntersectWithLine (const double p1[3], const double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId) override |
Reimplemented from vtkAbstractCellLocator to support bad compilers. | |
int | IntersectWithLine (const double p1[3], const double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId, vtkIdType &cellId) override |
Reimplemented from vtkAbstractCellLocator to support bad compilers. | |
int | IntersectWithLine (const double p1[3], const double p2[3], vtkPoints *points, vtkIdList *cellIds) override |
Reimplemented from vtkAbstractCellLocator to support bad compilers. | |
bool | GetLargeIds () |
Inform the user as to whether large ids are being used. | |
virtual void | FindClosestPoint (const double x[3], double closestPoint[3], vtkIdType &cellId, int &subId, double &dist2) |
Return the closest point and the cell which is closest to the point x. | |
virtual void | FindClosestPoint (const double x[3], double closestPoint[3], vtkGenericCell *cell, vtkIdType &cellId, int &subId, double &dist2) |
Return the closest point and the cell which is closest to the point x. | |
virtual vtkIdType | FindClosestPointWithinRadius (double x[3], double radius, double closestPoint[3], vtkIdType &cellId, int &subId, double &dist2) |
Return the closest point within a specified radius and the cell which is closest to the point x. | |
virtual vtkIdType | FindClosestPointWithinRadius (double x[3], double radius, double closestPoint[3], vtkGenericCell *cell, vtkIdType &cellId, int &subId, double &dist2) |
Return the closest point within a specified radius and the cell which is closest to the point x. | |
virtual vtkIdType | FindClosestPointWithinRadius (double x[3], double radius, double closestPoint[3], vtkGenericCell *cell, vtkIdType &cellId, int &subId, double &dist2, int &inside) |
Return the closest point within a specified radius and the cell which is closest to the point x. | |
virtual void | SetDivisions (int, int, int) |
Set the number of divisions in x-y-z directions. | |
virtual void | SetDivisions (int[3]) |
Set the number of divisions in x-y-z directions. | |
virtual int * | GetDivisions () |
Set the number of divisions in x-y-z directions. | |
virtual void | GetDivisions (int data[3]) |
Set the number of divisions in x-y-z directions. | |
void | FindCellsAlongPlane (const double o[3], const double n[3], double tolerance, vtkIdList *cells) |
Given an unbounded plane defined by an origin o[3] and unit normal n[3], return the list of unique cell ids in the buckets containing the plane. | |
void | GenerateRepresentation (int level, vtkPolyData *pd) override |
Satisfy vtkLocator abstract interface. | |
void | FreeSearchStructure () override |
Satisfy vtkLocator abstract interface. | |
void | BuildLocator () override |
Satisfy vtkLocator abstract interface. | |
virtual void | SetMaxNumberOfBuckets (vtkIdType) |
Set the maximum number of buckets in the locator. | |
virtual vtkIdType | GetMaxNumberOfBuckets () |
Set the maximum number of buckets in the locator. | |
virtual void | SetUseDiagonalLengthTolerance (bool) |
When set to true, the CellBinner will multiply the locator tolerance by the diagonal length of the dataset to compute its own tolerance. | |
virtual bool | GetUseDiagonalLengthTolerance () |
When set to true, the CellBinner will multiply the locator tolerance by the diagonal length of the dataset to compute its own tolerance. | |
virtual void | UseDiagonalLengthToleranceOn () |
When set to true, the CellBinner will multiply the locator tolerance by the diagonal length of the dataset to compute its own tolerance. | |
virtual void | UseDiagonalLengthToleranceOff () |
When set to true, the CellBinner will multiply the locator tolerance by the diagonal length of the dataset to compute its own tolerance. | |
Public Member Functions inherited from vtkAbstractCellLocator | |
virtual vtkTypeBool | IsA (const char *type) |
Standard type and print methods. | |
vtkAbstractCellLocator * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) override |
Methods invoked by print to print information about the object including superclasses. | |
virtual int | IntersectWithLine (const double p1[3], const double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId) |
Return intersection point (if any) of finite line with cells contained in cell locator. | |
virtual int | IntersectWithLine (const double p1[3], const double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId, vtkIdType &cellId) |
Return intersection point (if any) AND the cell which was intersected by the finite line. | |
virtual int | IntersectWithLine (const double p1[3], const double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId, vtkIdType &cellId, vtkGenericCell *cell) |
Return intersection point (if any) AND the cell which was intersected by the finite line. | |
virtual int | IntersectWithLine (const double p1[3], const double p2[3], vtkPoints *points, vtkIdList *cellIds) |
Take the passed line segment and intersect it with the data set. | |
virtual void | FindClosestPoint (const double x[3], double closestPoint[3], vtkIdType &cellId, int &subId, double &dist2) |
Return the closest point and the cell which is closest to the point x. | |
virtual void | FindClosestPoint (const double x[3], double closestPoint[3], vtkGenericCell *cell, vtkIdType &cellId, int &subId, double &dist2) |
Return the closest point and the cell which is closest to the point x. | |
virtual vtkIdType | FindClosestPointWithinRadius (double x[3], double radius, double closestPoint[3], vtkIdType &cellId, int &subId, double &dist2) |
Return the closest point within a specified radius and the cell which is closest to the point x. | |
virtual vtkIdType | FindClosestPointWithinRadius (double x[3], double radius, double closestPoint[3], vtkGenericCell *cell, vtkIdType &cellId, int &subId, double &dist2) |
Return the closest point within a specified radius and the cell which is closest to the point x. | |
virtual vtkIdType | FindClosestPointWithinRadius (double x[3], double radius, double closestPoint[3], vtkGenericCell *cell, vtkIdType &cellId, int &subId, double &dist2, int &inside) |
Return the closest point within a specified radius and the cell which is closest to the point x. | |
virtual void | FindCellsWithinBounds (double *bbox, vtkIdList *cells) |
Return a list of unique cell ids inside of a given bounding box. | |
virtual void | FindCellsAlongLine (const double p1[3], const double p2[3], double tolerance, vtkIdList *cells) |
Given a finite line defined by the two points (p1,p2), return the list of unique cell ids in the buckets containing the line. | |
virtual vtkIdType | FindCell (double x[3]) |
Returns the Id of the cell containing the point, returns -1 if no cell found. | |
virtual vtkIdType | FindCell (double x[3], double tol2, vtkGenericCell *GenCell, double pcoords[3], double *weights) |
Find the cell containing a given point. | |
virtual bool | InsideCellBounds (double x[3], vtkIdType cell_ID) |
Quickly test if a point is inside the bounds of a particular cell. | |
virtual void | SetNumberOfCellsPerNode (int) |
Specify the preferred/maximum number of cells in each node/bucket. | |
virtual int | GetNumberOfCellsPerNode () |
Specify the preferred/maximum number of cells in each node/bucket. | |
virtual void | SetCacheCellBounds (vtkTypeBool) |
Boolean controls whether the bounds of each cell are computed only once and then saved. | |
virtual vtkTypeBool | GetCacheCellBounds () |
Boolean controls whether the bounds of each cell are computed only once and then saved. | |
virtual void | CacheCellBoundsOn () |
Boolean controls whether the bounds of each cell are computed only once and then saved. | |
virtual void | CacheCellBoundsOff () |
Boolean controls whether the bounds of each cell are computed only once and then saved. | |
virtual void | SetRetainCellLists (vtkTypeBool) |
Boolean controls whether to maintain list of cells in each node. | |
virtual vtkTypeBool | GetRetainCellLists () |
Boolean controls whether to maintain list of cells in each node. | |
virtual void | RetainCellListsOn () |
Boolean controls whether to maintain list of cells in each node. | |
virtual void | RetainCellListsOff () |
Boolean controls whether to maintain list of cells in each node. | |
virtual void | SetLazyEvaluation (vtkTypeBool) |
Most Locators build their search structures during BuildLocator but some may delay construction until it is actually needed. | |
virtual vtkTypeBool | GetLazyEvaluation () |
Most Locators build their search structures during BuildLocator but some may delay construction until it is actually needed. | |
virtual void | LazyEvaluationOn () |
Most Locators build their search structures during BuildLocator but some may delay construction until it is actually needed. | |
virtual void | LazyEvaluationOff () |
Most Locators build their search structures during BuildLocator but some may delay construction until it is actually needed. | |
virtual void | SetUseExistingSearchStructure (vtkTypeBool) |
Some locators support querying a new dataset without rebuilding the search structure (typically this may occur when a dataset changes due to a time update, but is actually the same topology) Turning on this flag enables some locators to skip the rebuilding phase. | |
virtual vtkTypeBool | GetUseExistingSearchStructure () |
Some locators support querying a new dataset without rebuilding the search structure (typically this may occur when a dataset changes due to a time update, but is actually the same topology) Turning on this flag enables some locators to skip the rebuilding phase. | |
virtual void | UseExistingSearchStructureOn () |
Some locators support querying a new dataset without rebuilding the search structure (typically this may occur when a dataset changes due to a time update, but is actually the same topology) Turning on this flag enables some locators to skip the rebuilding phase. | |
virtual void | UseExistingSearchStructureOff () |
Some locators support querying a new dataset without rebuilding the search structure (typically this may occur when a dataset changes due to a time update, but is actually the same topology) Turning on this flag enables some locators to skip the rebuilding phase. | |
Public Member Functions inherited from vtkLocator | |
virtual void | Update () |
Cause the locator to rebuild itself if it or its input dataset has changed. | |
virtual void | Initialize () |
Initialize locator. | |
virtual void | BuildLocator ()=0 |
Build the locator from the input dataset. | |
virtual void | FreeSearchStructure ()=0 |
Free the memory required for the spatial data structure. | |
virtual void | GenerateRepresentation (int level, vtkPolyData *pd)=0 |
Method to build a representation at a particular level. | |
virtual void | SetDataSet (vtkDataSet *) |
Build the locator from the points/cells defining this dataset. | |
virtual vtkDataSet * | GetDataSet () |
Build the locator from the points/cells defining this dataset. | |
virtual void | SetMaxLevel (int) |
Set the maximum allowable level for the tree. | |
virtual int | GetMaxLevel () |
Set the maximum allowable level for the tree. | |
virtual int | GetLevel () |
Get the level of the locator (determined automatically if Automatic is true). | |
virtual void | SetAutomatic (vtkTypeBool) |
Boolean controls whether locator depth/resolution of locator is computed automatically from average number of entities in bucket. | |
virtual vtkTypeBool | GetAutomatic () |
Boolean controls whether locator depth/resolution of locator is computed automatically from average number of entities in bucket. | |
virtual void | AutomaticOn () |
Boolean controls whether locator depth/resolution of locator is computed automatically from average number of entities in bucket. | |
virtual void | AutomaticOff () |
Boolean controls whether locator depth/resolution of locator is computed automatically from average number of entities in bucket. | |
virtual void | SetTolerance (double) |
Specify absolute tolerance (in world coordinates) for performing geometric operations. | |
virtual double | GetTolerance () |
Specify absolute tolerance (in world coordinates) for performing geometric operations. | |
virtual vtkMTimeType | GetBuildTime () |
Return the time of the last data structure build. | |
void | Register (vtkObjectBase *o) override |
Handle the PointSet <-> Locator loop. | |
void | UnRegister (vtkObjectBase *o) override |
Handle the PointSet <-> Locator loop. | |
vtkLocator * | NewInstance () const |
Standard type and print methods. | |
Public Member Functions inherited from vtkObject | |
vtkBaseTypeMacro (vtkObject, vtkObjectBase) | |
virtual void | DebugOn () |
Turn debugging output on. | |
virtual void | DebugOff () |
Turn debugging output off. | |
bool | GetDebug () |
Get the value of the debug flag. | |
void | SetDebug (bool debugFlag) |
Set the value of the debug flag. | |
virtual void | Modified () |
Update the modification time for this object. | |
virtual vtkMTimeType | GetMTime () |
Return this object's modified time. | |
void | PrintSelf (ostream &os, vtkIndent indent) override |
Methods invoked by print to print information about the object including superclasses. | |
void | RemoveObserver (unsigned long tag) |
void | RemoveObservers (unsigned long event) |
void | RemoveObservers (const char *event) |
void | RemoveAllObservers () |
vtkTypeBool | HasObserver (unsigned long event) |
vtkTypeBool | HasObserver (const char *event) |
int | InvokeEvent (unsigned long event) |
int | InvokeEvent (const char *event) |
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. | |
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. | |
vtkCommand * | GetCommand (unsigned long tag) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. | |
void | RemoveObserver (vtkCommand *) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. | |
void | RemoveObservers (unsigned long event, vtkCommand *) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. | |
void | RemoveObservers (const char *event, vtkCommand *) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. | |
vtkTypeBool | HasObserver (unsigned long event, vtkCommand *) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. | |
vtkTypeBool | HasObserver (const char *event, vtkCommand *) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. | |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
Overloads to AddObserver that allow developers to add class member functions as callbacks for events. | |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
Overloads to AddObserver that allow developers to add class member functions as callbacks for events. | |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
Allow user to set the AbortFlagOn() with the return value of the callback method. | |
int | InvokeEvent (unsigned long event, void *callData) |
This method invokes an event and return whether the event was aborted or not. | |
int | InvokeEvent (const char *event, void *callData) |
This method invokes an event and return whether the event was aborted or not. | |
Public Member Functions inherited from vtkObjectBase | |
const char * | GetClassName () const |
Return the class name as a string. | |
virtual vtkTypeBool | IsA (const char *name) |
Return 1 if this class is the same type of (or a subclass of) the named class. | |
virtual vtkIdType | GetNumberOfGenerationsFromBase (const char *name) |
Given the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class). | |
virtual void | Delete () |
Delete a VTK object. | |
virtual void | FastDelete () |
Delete a reference to this object. | |
void | InitializeObjectBase () |
void | Print (ostream &os) |
Print an object to an ostream. | |
virtual void | Register (vtkObjectBase *o) |
Increase the reference count (mark as used by another object). | |
virtual void | UnRegister (vtkObjectBase *o) |
Decrease the reference count (release by another object). | |
int | GetReferenceCount () |
Return the current reference count of this object. | |
void | SetReferenceCount (int) |
Sets the reference count. | |
bool | GetIsInMemkind () const |
A local state flag that remembers whether this object lives in the normal or extended memory space. | |
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
Methods invoked by print to print information about the object including superclasses. | |
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
Methods invoked by print to print information about the object including superclasses. | |
Protected Member Functions | |
vtkStaticCellLocator () | |
~vtkStaticCellLocator () override | |
Protected Member Functions inherited from vtkAbstractCellLocator | |
virtual vtkObjectBase * | NewInstanceInternal () const |
Standard type and print methods. | |
vtkAbstractCellLocator () | |
~vtkAbstractCellLocator () override | |
virtual bool | StoreCellBounds () |
This command is used internally by the locator to copy all cell Bounds into the internal CellBounds array. | |
virtual void | FreeCellBounds () |
This command is used internally by the locator to copy all cell Bounds into the internal CellBounds array. | |
Protected Member Functions inherited from vtkLocator | |
vtkLocator () | |
~vtkLocator () override | |
void | ReportReferences (vtkGarbageCollector *) override |
Protected Member Functions inherited from vtkObject | |
vtkObject () | |
~vtkObject () override | |
void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) override |
void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) override |
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr) |
These methods allow a command to exclusively grab all events. | |
void | InternalReleaseFocus () |
These methods allow a command to exclusively grab all events. | |
Protected Member Functions inherited from vtkObjectBase | |
vtkObjectBase () | |
virtual | ~vtkObjectBase () |
virtual void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) |
virtual void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) |
virtual void | ReportReferences (vtkGarbageCollector *) |
vtkObjectBase (const vtkObjectBase &) | |
void | operator= (const vtkObjectBase &) |
Protected Attributes | |
double | Bounds [6] |
int | Divisions [3] |
double | H [3] |
vtkIdType | MaxNumberOfBuckets |
bool | LargeIds |
bool | UseDiagonalLengthTolerance = false |
vtkCellBinner * | Binner |
vtkCellProcessor * | Processor |
unsigned char * | CellHasBeenVisited |
unsigned char | QueryNumber |
Protected Attributes inherited from vtkAbstractCellLocator | |
int | NumberOfCellsPerNode |
vtkTypeBool | RetainCellLists |
vtkTypeBool | CacheCellBounds |
vtkTypeBool | LazyEvaluation |
vtkTypeBool | UseExistingSearchStructure |
vtkGenericCell * | GenericCell |
double(* | CellBounds )[6] |
Protected Attributes inherited from vtkLocator | |
vtkDataSet * | DataSet |
vtkTypeBool | Automatic |
double | Tolerance |
int | MaxLevel |
int | Level |
vtkTimeStamp | BuildTime |
Protected Attributes inherited from vtkObject | |
bool | Debug |
vtkTimeStamp | MTime |
vtkSubjectHelper * | SubjectHelper |
Protected Attributes inherited from vtkObjectBase | |
std::atomic< int32_t > | ReferenceCount |
vtkWeakPointerBase ** | WeakPointers |
Friends | |
struct | vtkCellBinner |
struct | vtkCellProcessor |
typedef vtkAbstractCellLocator | Superclass |
Standard methods to instantiate, print and obtain type-related information. | |
static vtkStaticCellLocator * | New () |
Standard methods to instantiate, print and obtain type-related information. | |
static vtkTypeBool | IsTypeOf (const char *type) |
Standard methods to instantiate, print and obtain type-related information. | |
static vtkStaticCellLocator * | SafeDownCast (vtkObjectBase *o) |
Standard methods to instantiate, print and obtain type-related information. | |
virtual vtkTypeBool | IsA (const char *type) |
Standard methods to instantiate, print and obtain type-related information. | |
vtkStaticCellLocator * | NewInstance () const |
Standard methods to instantiate, print and obtain type-related information. | |
void | PrintSelf (ostream &os, vtkIndent indent) override |
Standard methods to instantiate, print and obtain type-related information. | |
virtual vtkObjectBase * | NewInstanceInternal () const |
Standard methods to instantiate, print and obtain type-related information. | |
Additional Inherited Members | |
Public Types inherited from vtkAbstractCellLocator | |
typedef vtkLocator | Superclass |
Public Types inherited from vtkLocator | |
typedef vtkObject | Superclass |
Standard type and print methods. | |
Static Public Member Functions inherited from vtkAbstractCellLocator | |
static vtkTypeBool | IsTypeOf (const char *type) |
static vtkAbstractCellLocator * | SafeDownCast (vtkObjectBase *o) |
Static Public Member Functions inherited from vtkLocator | |
static vtkTypeBool | IsTypeOf (const char *type) |
Standard type and print methods. | |
static vtkLocator * | SafeDownCast (vtkObjectBase *o) |
Standard type and print methods. | |
Static Public Member Functions inherited from vtkObject | |
static vtkObject * | New () |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. | |
static void | BreakOnError () |
This method is called when vtkErrorMacro executes. | |
static void | SetGlobalWarningDisplay (int val) |
This is a global flag that controls whether any debug, warning or error messages are displayed. | |
static void | GlobalWarningDisplayOn () |
This is a global flag that controls whether any debug, warning or error messages are displayed. | |
static void | GlobalWarningDisplayOff () |
This is a global flag that controls whether any debug, warning or error messages are displayed. | |
static int | GetGlobalWarningDisplay () |
This is a global flag that controls whether any debug, warning or error messages are displayed. | |
Static Public Member Functions inherited from vtkObjectBase | |
static vtkTypeBool | IsTypeOf (const char *name) |
Return 1 if this class type is the same type of (or a subclass of) the named class. | |
static vtkIdType | GetNumberOfGenerationsFromBaseType (const char *name) |
Given a the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class). | |
static vtkObjectBase * | New () |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. | |
static void | SetMemkindDirectory (const char *directoryname) |
The name of a directory, ideally mounted -o dax, to memory map an extended memory space within. | |
static bool | GetUsingMemkind () |
A global state flag that controls whether vtkObjects are constructed in the usual way (the default) or within the extended memory space. | |
Static Protected Member Functions inherited from vtkObjectBase | |
static vtkMallocingFunction | GetCurrentMallocFunction () |
static vtkReallocingFunction | GetCurrentReallocFunction () |
static vtkFreeingFunction | GetCurrentFreeFunction () |
static vtkFreeingFunction | GetAlternateFreeFunction () |
perform fast cell location operations
vtkStaticCellLocator is a type of vtkAbstractCellLocator that accelerates certain operations when performing spatial operations on cells. These operations include finding a point that contains a cell, and intersecting cells with a line.
vtkStaticCellLocator is an accelerated version of vtkCellLocator. It is threaded (via vtkSMPTools), and supports one-time static construction (i.e., incremental cell insertion is not supported).
Definition at line 50 of file vtkStaticCellLocator.h.
Standard methods to instantiate, print and obtain type-related information.
Definition at line 61 of file vtkStaticCellLocator.h.
|
protected |
|
overrideprotected |
|
static |
Standard methods to instantiate, print and obtain type-related information.
|
static |
Standard methods to instantiate, print and obtain type-related information.
|
virtual |
Standard methods to instantiate, print and obtain type-related information.
Reimplemented from vtkAbstractCellLocator.
|
static |
Standard methods to instantiate, print and obtain type-related information.
|
protectedvirtual |
Standard methods to instantiate, print and obtain type-related information.
Reimplemented from vtkAbstractCellLocator.
vtkStaticCellLocator * vtkStaticCellLocator::NewInstance | ( | ) | const |
Standard methods to instantiate, print and obtain type-related information.
|
overridevirtual |
Standard methods to instantiate, print and obtain type-related information.
Reimplemented from vtkAbstractCellLocator.
|
virtual |
Set the number of divisions in x-y-z directions.
If the Automatic data member is enabled, the Divisions are set according to the NumberOfCellsPerNode and MaxNumberOfBuckets data members. The number of divisions must be >= 1 in each direction.
|
virtual |
Set the number of divisions in x-y-z directions.
If the Automatic data member is enabled, the Divisions are set according to the NumberOfCellsPerNode and MaxNumberOfBuckets data members. The number of divisions must be >= 1 in each direction.
|
virtual |
Set the number of divisions in x-y-z directions.
If the Automatic data member is enabled, the Divisions are set according to the NumberOfCellsPerNode and MaxNumberOfBuckets data members. The number of divisions must be >= 1 in each direction.
|
virtual |
Set the number of divisions in x-y-z directions.
If the Automatic data member is enabled, the Divisions are set according to the NumberOfCellsPerNode and MaxNumberOfBuckets data members. The number of divisions must be >= 1 in each direction.
|
override |
Test a point to find if it is inside a cell.
Returns the cellId if inside or -1 if not.
|
inlineoverridevirtual |
Reimplemented from vtkAbstractCellLocator to support bad compilers.
Reimplemented from vtkAbstractCellLocator.
Definition at line 89 of file vtkStaticCellLocator.h.
|
overridevirtual |
Return a list of unique cell ids inside of a given bounding box.
The user must provide the vtkIdList to populate. This method returns data only after the locator has been built.
Reimplemented from vtkAbstractCellLocator.
|
overridevirtual |
Given a finite line defined by the two points (p1,p2), return the list of unique cell ids in the buckets containing the line.
It is possible that an empty cell list is returned. The user must provide the vtkIdList cell list to populate. This method returns data only after the locator has been built.
Reimplemented from vtkAbstractCellLocator.
void vtkStaticCellLocator::FindCellsAlongPlane | ( | const double | o[3], |
const double | n[3], | ||
double | tolerance, | ||
vtkIdList * | cells | ||
) |
Given an unbounded plane defined by an origin o[3] and unit normal n[3], return the list of unique cell ids in the buckets containing the plane.
It is possible that an empty cell list is returned. The user must provide the vtkIdList cell list to populate. This method returns data only after the locator has been built.
|
overridevirtual |
Return the closest point and the cell which is closest to the point x.
The closest point is somewhere on a cell, it need not be one of the vertices of the cell. This version takes in a vtkGenericCell to avoid allocating and deallocating the cell. This is much faster than the version which does not take a *cell, especially when this function is called many times in a row such as by a for loop, where the allocation and deallocation can be done only once outside the for loop. If a cell is found, "cell" contains the points and ptIds for the cell "cellId" upon exit.
Reimplemented from vtkAbstractCellLocator.
|
overridevirtual |
Return the closest point within a specified radius and the cell which is closest to the point x.
The closest point is somewhere on a cell, it need not be one of the vertices of the cell. This method returns 1 if a point is found within the specified radius. If there are no cells within the specified radius, the method returns 0 and the values of closestPoint, cellId, subId, and dist2 are undefined. This version takes in a vtkGenericCell to avoid allocating and deallocating the cell. This is much faster than the version which does not take a *cell, especially when this function is called many times in a row such as by a for loop, where the allocation and dealloction can be done only once outside the for loop. If a closest point is found, "cell" contains the points and ptIds for the cell "cellId" upon exit. If a closest point is found, inside returns the return value of the EvaluatePosition call to the closest cell; inside(=1) or outside(=0).
Reimplemented from vtkAbstractCellLocator.
|
overridevirtual |
Return intersection point (if any) AND the cell which was intersected by the finite line.
The cell is returned as a cell id and as a generic cell.
Reimplemented from vtkAbstractCellLocator.
|
inlineoverridevirtual |
Reimplemented from vtkAbstractCellLocator to support bad compilers.
Reimplemented from vtkAbstractCellLocator.
Definition at line 163 of file vtkStaticCellLocator.h.
|
inlineoverridevirtual |
Reimplemented from vtkAbstractCellLocator to support bad compilers.
Reimplemented from vtkAbstractCellLocator.
Definition at line 172 of file vtkStaticCellLocator.h.
|
inlineoverridevirtual |
Reimplemented from vtkAbstractCellLocator to support bad compilers.
Reimplemented from vtkAbstractCellLocator.
Definition at line 181 of file vtkStaticCellLocator.h.
|
overridevirtual |
Satisfy vtkLocator abstract interface.
Implements vtkLocator.
|
overridevirtual |
Satisfy vtkLocator abstract interface.
Implements vtkLocator.
|
overridevirtual |
Satisfy vtkLocator abstract interface.
Implements vtkLocator.
|
virtual |
Set the maximum number of buckets in the locator.
By default the value is set to VTK_INT_MAX. Note that there are significant performance implications at work here. If the number of buckets is set very large (meaning > VTK_INT_MAX) then internal sorting may be performed using 64-bit integers (which is much slower than using a 32-bit int). Of course, memory requirements may dramatically increase as well. It is recommended that the default value be used; but for extremely large data it may be desired to create a locator with an exceptionally large number of buckets. Note also that during initialization of the locator if the MaxNumberOfBuckets threshold is exceeded, the Divisions are scaled down in such a way as not to exceed the MaxNumberOfBuckets proportionally to the size of the bounding box in the x-y-z directions.
|
virtual |
Set the maximum number of buckets in the locator.
By default the value is set to VTK_INT_MAX. Note that there are significant performance implications at work here. If the number of buckets is set very large (meaning > VTK_INT_MAX) then internal sorting may be performed using 64-bit integers (which is much slower than using a 32-bit int). Of course, memory requirements may dramatically increase as well. It is recommended that the default value be used; but for extremely large data it may be desired to create a locator with an exceptionally large number of buckets. Note also that during initialization of the locator if the MaxNumberOfBuckets threshold is exceeded, the Divisions are scaled down in such a way as not to exceed the MaxNumberOfBuckets proportionally to the size of the bounding box in the x-y-z directions.
|
inline |
Inform the user as to whether large ids are being used.
This flag only has meaning after the locator has been built. Large ids are used when the number of binned points, or the number of bins, is >= the maximum number of buckets (specified by the user). Note that LargeIds are only available on 64-bit architectures.
Definition at line 222 of file vtkStaticCellLocator.h.
|
virtual |
When set to true, the CellBinner will multiply the locator tolerance by the diagonal length of the dataset to compute its own tolerance.
When not, it uses the locator tolerance directly. Default is false.
|
virtual |
When set to true, the CellBinner will multiply the locator tolerance by the diagonal length of the dataset to compute its own tolerance.
When not, it uses the locator tolerance directly. Default is false.
|
virtual |
When set to true, the CellBinner will multiply the locator tolerance by the diagonal length of the dataset to compute its own tolerance.
When not, it uses the locator tolerance directly. Default is false.
|
virtual |
When set to true, the CellBinner will multiply the locator tolerance by the diagonal length of the dataset to compute its own tolerance.
When not, it uses the locator tolerance directly. Default is false.
|
virtual |
Return the closest point and the cell which is closest to the point x.
The closest point is somewhere on a cell, it need not be one of the vertices of the cell.
Reimplemented from vtkAbstractCellLocator.
|
virtual |
Return the closest point and the cell which is closest to the point x.
The closest point is somewhere on a cell, it need not be one of the vertices of the cell. This version takes in a vtkGenericCell to avoid allocating and deallocating the cell. This is much faster than the version which does not take a *cell, especially when this function is called many times in a row such as by a for loop, where the allocation and deallocation can be done only once outside the for loop. If a cell is found, "cell" contains the points and ptIds for the cell "cellId" upon exit.
Reimplemented from vtkAbstractCellLocator.
|
virtual |
Return the closest point within a specified radius and the cell which is closest to the point x.
The closest point is somewhere on a cell, it need not be one of the vertices of the cell. This method returns 1 if a point is found within the specified radius. If there are no cells within the specified radius, the method returns 0 and the values of closestPoint, cellId, subId, and dist2 are undefined.
Reimplemented from vtkAbstractCellLocator.
|
virtual |
Return the closest point within a specified radius and the cell which is closest to the point x.
The closest point is somewhere on a cell, it need not be one of the vertices of the cell. This method returns 1 if a point is found within the specified radius. If there are no cells within the specified radius, the method returns 0 and the values of closestPoint, cellId, subId, and dist2 are undefined. This version takes in a vtkGenericCell to avoid allocating and deallocating the cell. This is much faster than the version which does not take a *cell, especially when this function is called many times in a row such as by a for loop, where the allocation and deallocation can be done only once outside the for loop. If a closest point is found, "cell" contains the points and ptIds for the cell "cellId" upon exit.
Reimplemented from vtkAbstractCellLocator.
|
virtual |
Return the closest point within a specified radius and the cell which is closest to the point x.
The closest point is somewhere on a cell, it need not be one of the vertices of the cell. This method returns 1 if a point is found within the specified radius. If there are no cells within the specified radius, the method returns 0 and the values of closestPoint, cellId, subId, and dist2 are undefined. This version takes in a vtkGenericCell to avoid allocating and deallocating the cell. This is much faster than the version which does not take a *cell, especially when this function is called many times in a row such as by a for loop, where the allocation and dealloction can be done only once outside the for loop. If a closest point is found, "cell" contains the points and ptIds for the cell "cellId" upon exit. If a closest point is found, inside returns the return value of the EvaluatePosition call to the closest cell; inside(=1) or outside(=0).
Reimplemented from vtkAbstractCellLocator.
|
friend |
Definition at line 52 of file vtkStaticCellLocator.h.
|
friend |
Definition at line 53 of file vtkStaticCellLocator.h.
|
protected |
Definition at line 239 of file vtkStaticCellLocator.h.
|
protected |
Definition at line 240 of file vtkStaticCellLocator.h.
|
protected |
Definition at line 241 of file vtkStaticCellLocator.h.
|
protected |
Definition at line 243 of file vtkStaticCellLocator.h.
|
protected |
Definition at line 244 of file vtkStaticCellLocator.h.
|
protected |
Definition at line 245 of file vtkStaticCellLocator.h.
|
protected |
Definition at line 248 of file vtkStaticCellLocator.h.
|
protected |
Definition at line 249 of file vtkStaticCellLocator.h.
|
protected |
Definition at line 252 of file vtkStaticCellLocator.h.
|
protected |
Definition at line 253 of file vtkStaticCellLocator.h.