|
VTK
9.7.20260920
|
Functions | |
| bool | ComputeUniqueAndSorted (vtkDataArray *input, vtkDataArray *output) |
| Fill output array with unique, sorted values from the given input. | |
| void | ConstructSpace (vtkFieldData *space, vtkDataSetAttributes *inputPoints) |
| Construct a N-dimension space from the list of points. | |
| void | MapSpaceToInput (vtkFieldData *space, vtkDataSetAttributes *inputPoints, vtkIdTypeArray *inputToSpaceMap, vtkIdType invalidMapping) |
| Map every point index from space to the randomly ordered and sparsed source arrays from inputPoints. | |
| vtkIdType | GetPointIdxInSpace (vtkFieldData *space, vtkDataSetAttributes *inputPoints, vtkIdType inputPointId) |
| Given a structured N-dimension space, compute the structured coordinates from an inputPoint and return its idx in space. | |
| void | GetSurroundingPoints (vtkFieldData *space, const std::vector< double > &point, vtkIdTypeArray *pointIdx, vtkDoubleArray *weights) |
| Given a random point, return its surrounding point in space with associated weight. | |
| bool vtkTableToCoordinatesInternal::ComputeUniqueAndSorted | ( | vtkDataArray * | input, |
| vtkDataArray * | output ) |
Fill output array with unique, sorted values from the given input.
Return true on success, false on any error.
| void vtkTableToCoordinatesInternal::ConstructSpace | ( | vtkFieldData * | space, |
| vtkDataSetAttributes * | inputPoints ) |
Construct a N-dimension space from the list of points.
Non numerical input arrays are skipped.
| void vtkTableToCoordinatesInternal::MapSpaceToInput | ( | vtkFieldData * | space, |
| vtkDataSetAttributes * | inputPoints, | ||
| vtkIdTypeArray * | inputToSpaceMap, | ||
| vtkIdType | invalidMapping ) |
Map every point index from space to the randomly ordered and sparsed source arrays from inputPoints.
| vtkIdType vtkTableToCoordinatesInternal::GetPointIdxInSpace | ( | vtkFieldData * | space, |
| vtkDataSetAttributes * | inputPoints, | ||
| vtkIdType | inputPointId ) |
Given a structured N-dimension space, compute the structured coordinates from an inputPoint and return its idx in space.
| void vtkTableToCoordinatesInternal::GetSurroundingPoints | ( | vtkFieldData * | space, |
| const std::vector< double > & | point, | ||
| vtkIdTypeArray * | pointIdx, | ||
| vtkDoubleArray * | weights ) |
Given a random point, return its surrounding point in space with associated weight.