VTK  9.3.1
Classes | Public Member Functions | List of all members
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 1193 of file vtkCellArray.h.

Constructor & Destructor Documentation

vtkCellArray::Storage::Storage ( )
inline

Definition at line 1203 of file vtkCellArray.h.

vtkCellArray::Storage::~Storage ( )
inline

Definition at line 1234 of file vtkCellArray.h.

Member Function Documentation

bool vtkCellArray::Storage::Use32BitStorage ( )
inline

Definition at line 1262 of file vtkCellArray.h.

bool vtkCellArray::Storage::Use64BitStorage ( )
inline

Definition at line 1279 of file vtkCellArray.h.

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

Definition at line 1295 of file vtkCellArray.h.

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

Definition at line 1298 of file vtkCellArray.h.

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

Definition at line 1304 of file vtkCellArray.h.

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

Definition at line 1311 of file vtkCellArray.h.

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

Definition at line 1317 of file vtkCellArray.h.


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