Special classes for manipulating data. More...
#include <vtkHyperPointandArray.h>
Public Member Functions | |
| vtkHyperPoint & | operator= (const vtkHyperPoint &hp) |
| method sets up storage | |
| vtkHyperPoint () | |
Public Attributes | |
| vtkIdType | CellId |
| position | |
| vtkFloatingPointType | D |
| scalar value | |
| vtkFloatingPointType | P [3] |
| cell sub id | |
| vtkFloatingPointType | S |
| int | SubId |
| cell | |
| 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 vtkHyperStreamline. this class was defined in the vtkHyperStreamline.cxx file.
| vtkHyperPoint & vtkHyperPoint::operator= | ( | const vtkHyperPoint & | hp | ) |
position
Referenced by operator=().
| vtkFloatingPointType vtkHyperPoint::D |
scalar value
Referenced by operator=().
| vtkFloatingPointType vtkHyperPoint::P[3] |
cell sub id
Referenced by operator=().
| vtkFloatingPointType vtkHyperPoint::S |
Referenced by operator=().
cell
Referenced by operator=().
| vtkFloatingPointType* vtkHyperPoint::V[3] |
eigenvalues (sorted in decreasing value)
Referenced by operator=(), and vtkHyperPoint().
| vtkFloatingPointType vtkHyperPoint::V0[3] |
pointers to eigenvectors (also sorted)
Referenced by vtkHyperPoint().
| vtkFloatingPointType vtkHyperPoint::V1[3] |
storage for eigenvectors
Referenced by vtkHyperPoint().
| vtkFloatingPointType vtkHyperPoint::V2[3] |
Referenced by vtkHyperPoint().
| vtkFloatingPointType vtkHyperPoint::W[3] |
parametric coords in cell
Referenced by operator=().
| vtkFloatingPointType vtkHyperPoint::X[3] |
Referenced by operator=().
1.6.1