VTK
|
#include <vtkArrayListTemplate.h>
Public Member Functions | |
void | AddArrays (vtkIdType numOutPts, vtkDataSetAttributes *inPD, vtkDataSetAttributes *outPD, double nullValue=0.0, vtkTypeBool promote=true) |
void | AddSelfInterpolatingArrays (vtkIdType numOutPts, vtkDataSetAttributes *attr, double nullValue=0.0) |
vtkDataArray * | AddArrayPair (vtkIdType numTuples, vtkDataArray *inArray, vtkStdString &outArrayName, double nullValue, vtkTypeBool promote) |
void | ExcludeArray (vtkDataArray *da) |
vtkTypeBool | IsExcluded (vtkDataArray *da) |
void | Copy (vtkIdType inId, vtkIdType outId) |
void | Interpolate (int numWeights, const vtkIdType *ids, const double *weights, vtkIdType outId) |
void | InterpolateEdge (vtkIdType v0, vtkIdType v1, double t, vtkIdType outId) |
void | AssignNullValue (vtkIdType outId) |
void | Realloc (vtkIdType sze) |
~ArrayList () | |
vtkIdType | GetNumberOfArrays () |
Public Attributes | |
std::vector< BaseArrayPair * > | Arrays |
std::vector< vtkDataArray * > | ExcludedArrays |
Definition at line 218 of file vtkArrayListTemplate.h.
|
inline |
Definition at line 296 of file vtkArrayListTemplate.h.
void ArrayList::AddArrays | ( | vtkIdType | numOutPts, |
vtkDataSetAttributes * | inPD, | ||
vtkDataSetAttributes * | outPD, | ||
double | nullValue = 0.0 , |
||
vtkTypeBool | promote = true |
||
) |
void ArrayList::AddSelfInterpolatingArrays | ( | vtkIdType | numOutPts, |
vtkDataSetAttributes * | attr, | ||
double | nullValue = 0.0 |
||
) |
vtkDataArray* ArrayList::AddArrayPair | ( | vtkIdType | numTuples, |
vtkDataArray * | inArray, | ||
vtkStdString & | outArrayName, | ||
double | nullValue, | ||
vtkTypeBool | promote | ||
) |
void ArrayList::ExcludeArray | ( | vtkDataArray * | da | ) |
vtkTypeBool ArrayList::IsExcluded | ( | vtkDataArray * | da | ) |
Definition at line 246 of file vtkArrayListTemplate.h.
|
inline |
Definition at line 256 of file vtkArrayListTemplate.h.
Definition at line 266 of file vtkArrayListTemplate.h.
|
inline |
Definition at line 276 of file vtkArrayListTemplate.h.
|
inline |
Definition at line 286 of file vtkArrayListTemplate.h.
|
inline |
Definition at line 306 of file vtkArrayListTemplate.h.
std::vector<BaseArrayPair*> ArrayList::Arrays |
Definition at line 221 of file vtkArrayListTemplate.h.
std::vector<vtkDataArray*> ArrayList::ExcludedArrays |
Definition at line 222 of file vtkArrayListTemplate.h.