VTK  9.3.20240418
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]
 
double * Scalar
 
int numberOfComponents
 
int Reference
 

Detailed Description

Definition at line 135 of file vtkGenericEdgeTable.h.

Constructor & Destructor Documentation

◆ PointEntry() [1/2]

vtkGenericEdgeTable::PointEntry::PointEntry ( int  size)

Constructor with a scalar field of ‘size’ doubles.

Precondition
positive_number_of_components: size>0

◆ ~PointEntry()

vtkGenericEdgeTable::PointEntry::~PointEntry ( )
inline

Definition at line 151 of file vtkGenericEdgeTable.h.

◆ PointEntry() [2/2]

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

Definition at line 153 of file vtkGenericEdgeTable.h.

Member Function Documentation

◆ operator=()

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

Definition at line 166 of file vtkGenericEdgeTable.h.

Member Data Documentation

◆ PointId

vtkIdType vtkGenericEdgeTable::PointEntry::PointId

Definition at line 138 of file vtkGenericEdgeTable.h.

◆ Coord

double vtkGenericEdgeTable::PointEntry::Coord[3]

Definition at line 139 of file vtkGenericEdgeTable.h.

◆ Scalar

double* vtkGenericEdgeTable::PointEntry::Scalar

Definition at line 140 of file vtkGenericEdgeTable.h.

◆ numberOfComponents

int vtkGenericEdgeTable::PointEntry::numberOfComponents

Definition at line 141 of file vtkGenericEdgeTable.h.

◆ Reference

int vtkGenericEdgeTable::PointEntry::Reference

Definition at line 143 of file vtkGenericEdgeTable.h.


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