#include <vtkGenericEdgeTable.h>
Definition at line 117 of file vtkGenericEdgeTable.h.
Public Member Functions | |
PointEntry (int size) | |
~PointEntry () | |
PointEntry (const PointEntry &other) | |
void | operator= (const PointEntry &other) |
Public Attributes | |
vtkIdType | PointId |
double | Coord [3] |
double * | Scalar |
int | numberOfComponents |
int | Reference |
vtkGenericEdgeTable::PointEntry::PointEntry | ( | int | size | ) |
Constructor with a scalar field of `size' doubles.
vtkGenericEdgeTable::PointEntry::~PointEntry | ( | ) | [inline] |
Definition at line 131 of file vtkGenericEdgeTable.h.
vtkGenericEdgeTable::PointEntry::PointEntry | ( | const PointEntry & | other | ) | [inline] |
Definition at line 136 of file vtkGenericEdgeTable.h.
References Coord, numberOfComponents, PointId, Reference, and Scalar.
void vtkGenericEdgeTable::PointEntry::operator= | ( | const PointEntry & | other | ) | [inline] |
Definition at line 149 of file vtkGenericEdgeTable.h.
References Coord, numberOfComponents, PointId, Reference, and Scalar.
double vtkGenericEdgeTable::PointEntry::Coord[3] |