VTK
9.4.20250129
|
A backend for the vtkImplicitArray
to query structured points efficiently.
More...
#include <vtkStructuredPointBackend.h>
Public Member Functions | |
vtkStructuredPointBackend () | |
virtual | ~vtkStructuredPointBackend () |
virtual ValueType | mapStructuredXComponent (int i) const =0 |
These function should only be used when direction matrix is NOT identity. | |
virtual ValueType | mapStructuredYComponent (int j) const =0 |
These function should only be used when direction matrix is NOT identity. | |
virtual ValueType | mapStructuredZComponent (int k) const =0 |
These function should only be used when direction matrix is NOT identity. | |
virtual void | mapStructuredTuple (int ijk[3], ValueType tuple[3]) const =0 |
virtual void | mapTuple (vtkIdType tupleId, ValueType tuple[3]) const =0 |
virtual ValueType | mapComponent (vtkIdType tupleId, int comp) const =0 |
virtual ValueType | map (vtkIdType valueId) const =0 |
A backend for the vtkImplicitArray
to query structured points efficiently.
A backend for the vtkImplicitArray
to query structured points efficiently.
Definition at line 25 of file vtkStructuredPointBackend.h.
vtkStructuredPointBackend< ValueType >::vtkStructuredPointBackend | ( | ) |
|
virtual |
|
pure virtual |
These function should only be used when direction matrix is NOT identity.
Implemented in vtkStructuredTPointBackend< ValueType, ArrayTypeX, ArrayTypeY, ArrayTypeZ, DataDescription, UseDirMatrix >.
|
pure virtual |
These function should only be used when direction matrix is NOT identity.
Implemented in vtkStructuredTPointBackend< ValueType, ArrayTypeX, ArrayTypeY, ArrayTypeZ, DataDescription, UseDirMatrix >.
|
pure virtual |
These function should only be used when direction matrix is NOT identity.
Implemented in vtkStructuredTPointBackend< ValueType, ArrayTypeX, ArrayTypeY, ArrayTypeZ, DataDescription, UseDirMatrix >.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |