VTK  9.3.20240419
Public Member Functions | Public Attributes | List of all members
vtkCellArray::Storage::ArraySwitch Union Reference

#include <vtkCellArray.h>

Collaboration diagram for vtkCellArray::Storage::ArraySwitch:
[legend]

Public Member Functions

 ArraySwitch ()=default
 
 ~ArraySwitch ()=default
 

Public Attributes

VisitState< ArrayType32 > * Int32
 
VisitState< ArrayType64 > * Int64
 

Detailed Description

Definition at line 1314 of file vtkCellArray.h.

Constructor & Destructor Documentation

◆ ArraySwitch()

vtkCellArray::Storage::ArraySwitch::ArraySwitch ( )
default

◆ ~ArraySwitch()

vtkCellArray::Storage::ArraySwitch::~ArraySwitch ( )
default

Member Data Documentation

◆ Int32

VisitState<ArrayType32>* vtkCellArray::Storage::ArraySwitch::Int32

Definition at line 1317 of file vtkCellArray.h.

◆ Int64

VisitState<ArrayType64>* vtkCellArray::Storage::ArraySwitch::Int64

Definition at line 1318 of file vtkCellArray.h.


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