#include <vtkArrayListTemplate.h>
|
| | RealArrayPair (TInput *in, TOutput *out, vtkIdType num, int numComp, vtkDataArray *outArray, TOutput null) |
| |
| | ~RealArrayPair () override |
| |
| void | Copy (vtkIdType inId, vtkIdType outId) override |
| |
| void | Interpolate (int numWeights, const vtkIdType *ids, const double *weights, vtkIdType outId) override |
| |
| void | InterpolateEdge (vtkIdType v0, vtkIdType v1, double t, vtkIdType outId) override |
| |
| void | AssignNullValue (vtkIdType outId) override |
| |
| void | Realloc (vtkIdType sze) override |
| |
| | BaseArrayPair (vtkIdType num, int numComp, vtkDataArray *outArray) |
| |
| virtual | ~BaseArrayPair () |
| |
template<typename TInput, typename TOutput>
struct RealArrayPair< TInput, TOutput >
Definition at line 145 of file vtkArrayListTemplate.h.
◆ RealArrayPair()
template<typename TInput , typename TOutput >
◆ ~RealArrayPair()
template<typename TInput , typename TOutput >
◆ Copy()
template<typename TInput , typename TOutput >
| void RealArrayPair< TInput, TOutput >::Copy |
( |
vtkIdType |
inId, |
|
|
vtkIdType |
outId |
|
) |
| |
|
inlineoverridevirtual |
◆ Interpolate()
template<typename TInput , typename TOutput >
| void RealArrayPair< TInput, TOutput >::Interpolate |
( |
int |
numWeights, |
|
|
const vtkIdType * |
ids, |
|
|
const double * |
weights, |
|
|
vtkIdType |
outId |
|
) |
| |
|
inlineoverridevirtual |
◆ InterpolateEdge()
template<typename TInput , typename TOutput >
| void RealArrayPair< TInput, TOutput >::InterpolateEdge |
( |
vtkIdType |
v0, |
|
|
vtkIdType |
v1, |
|
|
double |
t, |
|
|
vtkIdType |
outId |
|
) |
| |
|
inlineoverridevirtual |
◆ AssignNullValue()
template<typename TInput , typename TOutput >
| void RealArrayPair< TInput, TOutput >::AssignNullValue |
( |
vtkIdType |
outId | ) |
|
|
inlineoverridevirtual |
◆ Realloc()
template<typename TInput , typename TOutput >
◆ Input
template<typename TInput , typename TOutput >
◆ Output
template<typename TInput , typename TOutput >
◆ NullValue
template<typename TInput , typename TOutput >
The documentation for this struct was generated from the following file: