#include <vtkPointSet.h>
Inheritance diagram for vtkPointSet:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | Initialize () |
void | CopyStructure (vtkDataSet *pd) |
unsigned long | GetMTime () |
void | ComputeBounds () |
void | Squeeze () |
void | UnRegister (vtkObject *o) |
virtual int | GetNetReferenceCount () |
unsigned long | GetActualMemorySize () |
vtkIdType | GetNumberOfPoints () |
float * | GetPoint (vtkIdType ptId) |
void | GetPoint (vtkIdType ptId, float x[3]) |
vtkIdType | FindPoint (float x[3]) |
vtkIdType | FindPoint (float x, float y, float z) |
vtkIdType | FindCell (float x[3], vtkCell *cell, vtkIdType cellId, float tol2, int &subId, float pcoords[3], float *weights) |
vtkIdType | FindCell (float x[3], vtkCell *cell, vtkGenericCell *gencell, vtkIdType cellId, float tol2, int &subId, float pcoords[3], float *weights) |
virtual void | SetPoints (vtkPoints *) |
virtual vtkPoints * | GetPoints () |
void | ShallowCopy (vtkDataObject *src) |
void | DeepCopy (vtkDataObject *src) |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkPointSet * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkPointSet () | |
~vtkPointSet () | |
Protected Attributes | |
vtkPoints * | Points |
vtkPointLocator * | Locator |
vtkPointSet is an abstract class that specifies the interface for datasets that explicitly use "point" arrays to represent geometry. For example, vtkPolyData and vtkUnstructuredGrid require point arrays to specify point position, while vtkStructuredPoints generates point positions implicitly.
Definition at line 62 of file vtkPointSet.h.
|
|
|
|
|
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 vtkDataSet. Reimplemented in vtkPolyData, vtkStructuredGrid, and vtkUnstructuredGrid. |
|
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 vtkDataSet. Reimplemented in vtkPolyData, vtkStructuredGrid, and vtkUnstructuredGrid. |
|
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 vtkDataSet. Reimplemented in vtkPolyData, vtkStructuredGrid, and vtkUnstructuredGrid. |
|
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 vtkDataSet. Reimplemented in vtkPolyData, vtkStructuredGrid, and vtkUnstructuredGrid. |
|
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 vtkDataSet. Reimplemented in vtkPolyData, vtkStructuredGrid, and vtkUnstructuredGrid. |
|
Reset to an empty state and free any memory. Reimplemented from vtkDataSet. Reimplemented in vtkPolyData, vtkStructuredGrid, and vtkUnstructuredGrid. |
|
Copy the geometric structure of an input point set object. Reimplemented from vtkDataSet. Reimplemented in vtkPolyData, vtkStructuredGrid, and vtkUnstructuredGrid. |
|
See vtkDataSet for additional information. Reimplemented from vtkDataSet. Reimplemented in vtkStructuredGrid. Definition at line 136 of file vtkPointSet.h. Referenced by vtkStructuredGrid::GetNumberOfPoints().
|
|
See vtkDataSet for additional information. Reimplemented from vtkDataSet. Reimplemented in vtkStructuredGrid. Definition at line 77 of file vtkPointSet.h. Referenced by vtkStructuredGrid::GetPoint().
|
|
See vtkDataSet for additional information. Reimplemented from vtkDataSet. Reimplemented in vtkStructuredGrid. Definition at line 78 of file vtkPointSet.h. |
|
See vtkDataSet for additional information. Reimplemented from vtkDataSet. |
|
See vtkDataSet for additional information. Reimplemented from vtkDataSet. Definition at line 80 of file vtkPointSet.h. |
|
See vtkDataSet for additional information. Reimplemented from vtkDataSet. |
|
See vtkDataSet for additional information. Reimplemented from vtkDataSet. |
|
Get MTime which also considers its vtkPoints MTime. Reimplemented from vtkDataSet. |
|
Compute the (X, Y, Z) bounds of the data. Reimplemented from vtkDataSet. Reimplemented in vtkPolyData. |
|
Reclaim any unused memory. Reimplemented from vtkDataSet. Reimplemented in vtkPolyData, and vtkUnstructuredGrid. |
|
Specify point array to define point coordinates. |
|
Specify point array to define point coordinates. |
|
Detect reference loop PointSet <-> locator. Reimplemented from vtkDataObject. |
|
Get the net reference count. That is the count minus any self created loops. This is used in the Source/Data registration to properly free the objects. Reimplemented from vtkDataObject. |
|
Return the actual size of the data in kilobytes. This number is valid only after the pipeline has updated. The memory size returned is guaranteed to be greater than or equal to the memory required to represent the data (e.g., extra space in arrays, etc. are not included in the return value). THIS METHOD IS THREAD SAFE. Reimplemented from vtkDataSet. Reimplemented in vtkPolyData, vtkStructuredGrid, and vtkUnstructuredGrid. |
|
Shallow and Deep copy. Reimplemented from vtkDataSet. Reimplemented in vtkPolyData, vtkStructuredGrid, and vtkUnstructuredGrid. |
|
Shallow and Deep copy. Reimplemented from vtkDataSet. Reimplemented in vtkPolyData, vtkStructuredGrid, and vtkUnstructuredGrid. |
|
Definition at line 128 of file vtkPointSet.h. |
|
Definition at line 129 of file vtkPointSet.h. |