VTK
|
#include <vtkArrayListTemplate.h>
Public Member Functions | |
void | AddArrays (vtkIdType numOutPts, vtkDataSetAttributes *inPD, vtkDataSetAttributes *outPD, double nullValue=0.0, bool promote=true) |
vtkDataArray * | AddArrayPair (vtkIdType numTuples, vtkDataArray *inArray, vtkStdString &outArrayName, double nullValue, bool promote) |
void | ExcludeArray (vtkDataArray *da) |
bool | 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 291 of file vtkArrayListTemplate.h.
void ArrayList::AddArrays | ( | vtkIdType | numOutPts, |
vtkDataSetAttributes * | inPD, | ||
vtkDataSetAttributes * | outPD, | ||
double | nullValue = 0.0 , |
||
bool | promote = true |
||
) |
vtkDataArray* ArrayList::AddArrayPair | ( | vtkIdType | numTuples, |
vtkDataArray * | inArray, | ||
vtkStdString & | outArrayName, | ||
double | nullValue, | ||
bool | promote | ||
) |
void ArrayList::ExcludeArray | ( | vtkDataArray * | da | ) |
bool ArrayList::IsExcluded | ( | vtkDataArray * | da | ) |
Definition at line 241 of file vtkArrayListTemplate.h.
|
inline |
Definition at line 251 of file vtkArrayListTemplate.h.
Definition at line 261 of file vtkArrayListTemplate.h.
|
inline |
Definition at line 271 of file vtkArrayListTemplate.h.
|
inline |
Definition at line 281 of file vtkArrayListTemplate.h.
|
inline |
Definition at line 301 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.