#include <vtkMergePoints2D.h>
Inheritance diagram for vtkMergePoints2D:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
int | IsInsertedPoint (float x[2]) |
Static Public Methods | |
vtkMergePoints2D * | New () |
int | IsTypeOf (const char *type) |
vtkMergePoints2D * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkMergePoints2D () | |
~vtkMergePoints2D () | |
vtkMergePoints2D (const vtkMergePoints2D &) | |
void | operator= (const 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.
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h. 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. |
|
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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkPointLocator2D. |
|
Construct with automatic computation of divisions, averaging 25 points per bucket. Reimplemented from vtkPointLocator2D. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkPointLocator2D. |