Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkGenericEdgeTable::PointEntry Class Reference

#include <vtkGenericEdgeTable.h>

List of all members.

Public Member Functions

 PointEntry ()
 ~PointEntry ()
 PointEntry (const PointEntry &copy)
void operator= (const PointEntry &entry)

Public Attributes

vtkIdType PointId
double Coord [3]
double Scalar [3]
int Reference


Constructor & Destructor Documentation

vtkGenericEdgeTable::PointEntry::PointEntry  )  [inline]
 

Definition at line 127 of file vtkGenericEdgeTable.h.

vtkGenericEdgeTable::PointEntry::~PointEntry  )  [inline]
 

Definition at line 138 of file vtkGenericEdgeTable.h.

vtkGenericEdgeTable::PointEntry::PointEntry const PointEntry copy  )  [inline]
 

Definition at line 140 of file vtkGenericEdgeTable.h.

References Coord, PointId, Reference, and Scalar.


Member Function Documentation

void vtkGenericEdgeTable::PointEntry::operator= const PointEntry entry  )  [inline]
 

Definition at line 155 of file vtkGenericEdgeTable.h.

References Coord, PointId, Reference, and Scalar.


Member Data Documentation

vtkIdType vtkGenericEdgeTable::PointEntry::PointId
 

Definition at line 122 of file vtkGenericEdgeTable.h.

Referenced by operator=(), and PointEntry().

double vtkGenericEdgeTable::PointEntry::Coord[3]
 

Definition at line 123 of file vtkGenericEdgeTable.h.

Referenced by operator=(), and PointEntry().

double vtkGenericEdgeTable::PointEntry::Scalar[3]
 

Definition at line 124 of file vtkGenericEdgeTable.h.

Referenced by operator=(), and PointEntry().

int vtkGenericEdgeTable::PointEntry::Reference
 

Definition at line 125 of file vtkGenericEdgeTable.h.

Referenced by operator=(), and PointEntry().


The documentation for this class was generated from the following file: