VTK
|
#include <vtkArrayListTemplate.h>
Public Member Functions | |
BaseArrayPair (vtkIdType num, int numComp, vtkDataArray *outArray) | |
virtual | ~BaseArrayPair () |
virtual void | Copy (vtkIdType inId, vtkIdType outId)=0 |
virtual void | Interpolate (int numWeights, const vtkIdType *ids, const double *weights, vtkIdType outId)=0 |
virtual void | InterpolateEdge (vtkIdType v0, vtkIdType v1, double t, vtkIdType outId)=0 |
virtual void | AssignNullValue (vtkIdType outId)=0 |
virtual void | Realloc (vtkIdType sze)=0 |
Public Attributes | |
vtkIdType | Num |
int | NumComp |
vtkSmartPointer< vtkDataArray > | OutputArray |
Definition at line 53 of file vtkArrayListTemplate.h.
|
inline |
Definition at line 59 of file vtkArrayListTemplate.h.
|
inlinevirtual |
Definition at line 63 of file vtkArrayListTemplate.h.
Implemented in RealArrayPair< TInput, TOutput >, and ArrayPair< T >.
|
pure virtual |
Implemented in RealArrayPair< TInput, TOutput >, and ArrayPair< T >.
|
pure virtual |
Implemented in RealArrayPair< TInput, TOutput >, and ArrayPair< T >.
|
pure virtual |
Implemented in RealArrayPair< TInput, TOutput >, and ArrayPair< T >.
|
pure virtual |
Implemented in RealArrayPair< TInput, TOutput >, and ArrayPair< T >.
vtkIdType BaseArrayPair::Num |
Definition at line 55 of file vtkArrayListTemplate.h.
int BaseArrayPair::NumComp |
Definition at line 56 of file vtkArrayListTemplate.h.
vtkSmartPointer<vtkDataArray> BaseArrayPair::OutputArray |
Definition at line 57 of file vtkArrayListTemplate.h.