VTK
Public Member Functions | Public Attributes | List of all members
vtkGenericEdgeTable::PointEntry Class Reference

#include <vtkGenericEdgeTable.h>

Public Member Functions

 PointEntry (int size)
 Constructor with a scalar field of `size' doubles. More...
 
 ~PointEntry ()
 
 PointEntry (const PointEntry &other)
 
PointEntryoperator= (const PointEntry &other)
 

Public Attributes

vtkIdType PointId
 
double Coord [3]
 
doubleScalar
 
int numberOfComponents
 
int Reference
 

Detailed Description

Definition at line 148 of file vtkGenericEdgeTable.h.

Constructor & Destructor Documentation

vtkGenericEdgeTable::PointEntry::PointEntry ( int  size)

Constructor with a scalar field of `size' doubles.

Precondition
positive_number_of_components: size>0
vtkGenericEdgeTable::PointEntry::~PointEntry ( )
inline

Definition at line 164 of file vtkGenericEdgeTable.h.

vtkGenericEdgeTable::PointEntry::PointEntry ( const PointEntry other)
inline

Definition at line 169 of file vtkGenericEdgeTable.h.

Member Function Documentation

PointEntry& vtkGenericEdgeTable::PointEntry::operator= ( const PointEntry other)
inline

Definition at line 182 of file vtkGenericEdgeTable.h.

Member Data Documentation

vtkIdType vtkGenericEdgeTable::PointEntry::PointId

Definition at line 151 of file vtkGenericEdgeTable.h.

double vtkGenericEdgeTable::PointEntry::Coord[3]

Definition at line 152 of file vtkGenericEdgeTable.h.

double* vtkGenericEdgeTable::PointEntry::Scalar

Definition at line 153 of file vtkGenericEdgeTable.h.

int vtkGenericEdgeTable::PointEntry::numberOfComponents

Definition at line 154 of file vtkGenericEdgeTable.h.

int vtkGenericEdgeTable::PointEntry::Reference

Definition at line 156 of file vtkGenericEdgeTable.h.


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