#include <vtkMergePoints2D.h>
Inheritance diagram for vtkMergePoints2D:
vtkMergePoints2D is a locator object to quickly locate points in 3D. The primary difference between vtkMergePoints2D and its superclass vtkPointLocator is that vtkMergePoints2D merges precisely coincident points and is therefore much faster.
Definition at line 46 of file vtkMergePoints2D.h.
Public Types | |
typedef vtkPointLocator2D | Superclass |
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
int | IsInsertedPoint (float x[2]) |
Static Public Methods | |
vtkMergePoints2D * | New () |
int | IsTypeOf (const char *type) |
vtkMergePoints2D * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkMergePoints2D () | |
~vtkMergePoints2D () |
|
Reimplemented from vtkPointLocator2D. Definition at line 50 of file vtkMergePoints2D.h. |
|
Definition at line 59 of file vtkMergePoints2D.h. |
|
Definition at line 60 of file vtkMergePoints2D.h. |
|
Construct with automatic computation of divisions, averaging 25 points per bucket. Reimplemented from vtkPointLocator2D. |
|
Reimplemented from vtkPointLocator2D. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPointLocator2D. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPointLocator2D. |
|
Reimplemented from vtkPointLocator2D. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkPointLocator2D. |
|
Determine whether point given by x[] has been inserted into points list. Return id of previously inserted point if this is true, otherwise return -1. Reimplemented from vtkPointLocator2D. |