VTK  9.4.20241108
Public Member Functions | Public Attributes | List of all members
vtkHDFUtilities::TemporalGeometryOffsets Struct Reference

#include <vtkHDFUtilities.h>

Public Member Functions

template<class T >
 TemporalGeometryOffsets (T *impl, vtkIdType step)
 

Public Attributes

bool Success = true
 
vtkIdType PartOffset = 0
 
vtkIdType PointOffset = 0
 
std::vector< vtkIdTypeCellOffsets
 
std::vector< vtkIdTypeConnectivityOffsets
 

Detailed Description

Definition at line 108 of file vtkHDFUtilities.h.

Constructor & Destructor Documentation

◆ TemporalGeometryOffsets()

template<class T >
vtkHDFUtilities::TemporalGeometryOffsets::TemporalGeometryOffsets ( T *  impl,
vtkIdType  step 
)

Member Data Documentation

◆ Success

bool vtkHDFUtilities::TemporalGeometryOffsets::Success = true

Definition at line 111 of file vtkHDFUtilities.h.

◆ PartOffset

vtkIdType vtkHDFUtilities::TemporalGeometryOffsets::PartOffset = 0

Definition at line 112 of file vtkHDFUtilities.h.

◆ PointOffset

vtkIdType vtkHDFUtilities::TemporalGeometryOffsets::PointOffset = 0

Definition at line 113 of file vtkHDFUtilities.h.

◆ CellOffsets

std::vector<vtkIdType> vtkHDFUtilities::TemporalGeometryOffsets::CellOffsets

Definition at line 114 of file vtkHDFUtilities.h.

◆ ConnectivityOffsets

std::vector<vtkIdType> vtkHDFUtilities::TemporalGeometryOffsets::ConnectivityOffsets

Definition at line 115 of file vtkHDFUtilities.h.


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