VTK  9.2.6
vtkCellArray::Storage Struct Reference

#include <vtkCellArray.h>

Classes

union  ArraySwitch

Public Member Functions

 Storage ()
 ~Storage ()
bool Use32BitStorage ()
bool Use64BitStorage ()
bool Is64Bit () const
VisitState< ArrayType32 > & GetArrays32 ()
const VisitState< ArrayType32 > & GetArrays32 () const
VisitState< ArrayType64 > & GetArrays64 ()
const VisitState< ArrayType64 > & GetArrays64 () const

Detailed Description

Definition at line 1197 of file vtkCellArray.h.

Constructor & Destructor Documentation

◆ Storage()

vtkCellArray::Storage::Storage ( )
inline

Definition at line 1207 of file vtkCellArray.h.

◆ ~Storage()

vtkCellArray::Storage::~Storage ( )
inline

Definition at line 1238 of file vtkCellArray.h.

Member Function Documentation

◆ Use32BitStorage()

bool vtkCellArray::Storage::Use32BitStorage ( )
inline

Definition at line 1266 of file vtkCellArray.h.

◆ Use64BitStorage()

bool vtkCellArray::Storage::Use64BitStorage ( )
inline

Definition at line 1283 of file vtkCellArray.h.

◆ Is64Bit()

bool vtkCellArray::Storage::Is64Bit ( ) const
inline

Definition at line 1299 of file vtkCellArray.h.

◆ GetArrays32() [1/2]

VisitState< ArrayType32 > & vtkCellArray::Storage::GetArrays32 ( )
inline

Definition at line 1302 of file vtkCellArray.h.

◆ GetArrays32() [2/2]

const VisitState< ArrayType32 > & vtkCellArray::Storage::GetArrays32 ( ) const
inline

Definition at line 1308 of file vtkCellArray.h.

◆ GetArrays64() [1/2]

VisitState< ArrayType64 > & vtkCellArray::Storage::GetArrays64 ( )
inline

Definition at line 1315 of file vtkCellArray.h.

◆ GetArrays64() [2/2]

const VisitState< ArrayType64 > & vtkCellArray::Storage::GetArrays64 ( ) const
inline

Definition at line 1321 of file vtkCellArray.h.


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