Special classes for manipulating data. More...
#include <vtkTractographyPointAndArray.h>
Public Member Functions | |
| vtkTractographyPoint & | operator= (const vtkTractographyPoint &hp) |
| method sets up storage | |
| vtkTractographyPoint () | |
Public Attributes | |
| vtkIdType | CellId |
| position | |
| vtkFloatingPointType | D |
| scalar value | |
| vtkFloatingPointType | P [3] |
| cell sub id | |
| vtkFloatingPointType | S |
| int | SubId |
| cell | |
| vtkFloatingPointType * | T [3] |
| distance travelled so far | |
| vtkFloatingPointType | T0 [3] |
| pointers to tensor | |
| vtkFloatingPointType | T1 [3] |
| storage for tensor | |
| vtkFloatingPointType | T2 [3] |
| vtkFloatingPointType * | V [3] |
| eigenvalues (sorted in decreasing value) | |
| vtkFloatingPointType | V0 [3] |
| pointers to eigenvectors (also sorted) | |
| vtkFloatingPointType | V1 [3] |
| storage for eigenvectors | |
| vtkFloatingPointType | V2 [3] |
| vtkFloatingPointType | W [3] |
| parametric coords in cell | |
| vtkFloatingPointType | X [3] |
Special classes for manipulating data.
copied directly from vtkTractographyStreamline. this class was defined in the vtkTractographyStreamline.cxx file.
| vtkTractographyPoint::vtkTractographyPoint | ( | ) |
| vtkTractographyPoint & vtkTractographyPoint::operator= | ( | const vtkTractographyPoint & | hp | ) |
position
Referenced by vtkHyperStreamlineDTMRI::BuildLinesForSingleTrajectory(), operator=(), vtkHyperStreamlineTeem::VisualizeFibers(), and vtkTractographyPoint().
| vtkFloatingPointType vtkTractographyPoint::D |
scalar value
Referenced by operator=(), vtkHyperStreamlineTeem::VisualizeFibers(), and vtkTractographyPoint().
| vtkFloatingPointType vtkTractographyPoint::P[3] |
cell sub id
Referenced by operator=().
| vtkFloatingPointType vtkTractographyPoint::S |
cell
Referenced by operator=().
| vtkFloatingPointType* vtkTractographyPoint::T[3] |
distance travelled so far
Referenced by vtkHyperStreamlineDTMRI::BuildLinesForSingleTrajectory(), vtkHyperStreamlineDTMRI::BuildLinesForTwoTrajectories(), operator=(), and vtkTractographyPoint().
| vtkFloatingPointType vtkTractographyPoint::T0[3] |
pointers to tensor
Referenced by vtkTractographyPoint().
| vtkFloatingPointType vtkTractographyPoint::T1[3] |
storage for tensor
Referenced by vtkTractographyPoint().
| vtkFloatingPointType vtkTractographyPoint::T2[3] |
Referenced by vtkTractographyPoint().
| vtkFloatingPointType* vtkTractographyPoint::V[3] |
eigenvalues (sorted in decreasing value)
Referenced by operator=(), and vtkTractographyPoint().
| vtkFloatingPointType vtkTractographyPoint::V0[3] |
pointers to eigenvectors (also sorted)
Referenced by vtkTractographyPoint().
| vtkFloatingPointType vtkTractographyPoint::V1[3] |
storage for eigenvectors
Referenced by vtkTractographyPoint().
| vtkFloatingPointType vtkTractographyPoint::V2[3] |
Referenced by vtkTractographyPoint().
| vtkFloatingPointType vtkTractographyPoint::W[3] |
parametric coords in cell
Referenced by operator=().
| vtkFloatingPointType vtkTractographyPoint::X[3] |
1.6.1