#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.
void vtkGenericEdgeTable::PointEntry::operator= | ( | const PointEntry & | other | ) | [inline] |
Definition at line 149 of file vtkGenericEdgeTable.h.
Definition at line 120 of file vtkGenericEdgeTable.h.
double vtkGenericEdgeTable::PointEntry::Coord[3] |
Definition at line 121 of file vtkGenericEdgeTable.h.
Definition at line 122 of file vtkGenericEdgeTable.h.
Definition at line 123 of file vtkGenericEdgeTable.h.
Definition at line 125 of file vtkGenericEdgeTable.h.