#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 35 of file vtkMergePoints2D.h.
Public Types | |
typedef vtkPointLocator2D | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
int | IsInsertedPoint (float x[2]) |
Static Public Member Functions | |
static vtkMergePoints2D * | New () |
static int | IsTypeOf (const char *type) |
static vtkMergePoints2D * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkMergePoints2D () | |
~vtkMergePoints2D () |
|
Reimplemented from vtkPointLocator2D. Definition at line 39 of file vtkMergePoints2D.h. |
|
Definition at line 48 of file vtkMergePoints2D.h. |
|
Definition at line 49 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. |