Public Types | Public Member Functions | Public Attributes | List of all members
Caching< DataType > Struct Template Reference
Inheritance diagram for Caching< DataType >:
Inheritance graph
[legend]

Public Types

typedef DataType dataType
 

Public Member Functions

uint64_t nPoints () const
 
void clearGeom ()
 
vtkSmartPointer< dataTypegetCopy () const
 
void reuse ()
 
void set (vtkSmartPointer< dataType > geom)
 
void PrintSelf (std::ostream &os) const
 

Public Attributes

vtkSmartPointer< dataTypevtkgeom
 
vtkSmartPointer< dataTypedataset
 

Detailed Description

template<class DataType>
struct Foam::vtk::Caching< DataType >

Definition at line 86 of file foamVtkTools.H.

Member Typedef Documentation

◆ dataType

typedef DataType dataType

Definition at line 88 of file foamVtkTools.H.

Member Function Documentation

◆ nPoints()

uint64_t nPoints ( ) const
inline

Definition at line 97 of file foamVtkTools.H.

◆ clearGeom()

void clearGeom ( )
inline

Definition at line 103 of file foamVtkTools.H.

◆ getCopy()

vtkSmartPointer<dataType> getCopy ( ) const
inline

Definition at line 110 of file foamVtkTools.H.

◆ reuse()

void reuse ( )
inline

Definition at line 121 of file foamVtkTools.H.

Referenced by Caching< vtkUnstructuredGrid >::set().

Here is the caller graph for this function:

◆ set()

void set ( vtkSmartPointer< dataType geom)
inline

Definition at line 131 of file foamVtkTools.H.

◆ PrintSelf()

void PrintSelf ( std::ostream &  os) const
inline

Definition at line 138 of file foamVtkTools.H.

Member Data Documentation

◆ vtkgeom

vtkSmartPointer<dataType> vtkgeom

◆ dataset

vtkSmartPointer<dataType> dataset

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