VTK  9.4.20241112
Public Attributes | List of all members
vtkCellGraphicsPrimitiveMap::PrimitiveDescriptor Struct Reference

#include <vtkCellGraphicsPrimitiveMap.h>

Collaboration diagram for vtkCellGraphicsPrimitiveMap::PrimitiveDescriptor:
[legend]

Public Attributes

vtkSmartPointer< vtkTypeUInt8Array > EdgeArray
 
vtkSmartPointer< vtkTypeInt32Array > PrimitiveToCell
 
vtkSmartPointer< vtkTypeInt32Array > VertexIDs
 
int PrimitiveSize = 0
 
vtkTypeInt32 LocalCellIdOffset = 0
 

Detailed Description

Definition at line 53 of file vtkCellGraphicsPrimitiveMap.h.

Member Data Documentation

◆ EdgeArray

vtkSmartPointer<vtkTypeUInt8Array> vtkCellGraphicsPrimitiveMap::PrimitiveDescriptor::EdgeArray

Definition at line 55 of file vtkCellGraphicsPrimitiveMap.h.

◆ PrimitiveToCell

vtkSmartPointer<vtkTypeInt32Array> vtkCellGraphicsPrimitiveMap::PrimitiveDescriptor::PrimitiveToCell

Definition at line 56 of file vtkCellGraphicsPrimitiveMap.h.

◆ VertexIDs

vtkSmartPointer<vtkTypeInt32Array> vtkCellGraphicsPrimitiveMap::PrimitiveDescriptor::VertexIDs

Definition at line 57 of file vtkCellGraphicsPrimitiveMap.h.

◆ PrimitiveSize

int vtkCellGraphicsPrimitiveMap::PrimitiveDescriptor::PrimitiveSize = 0

Definition at line 58 of file vtkCellGraphicsPrimitiveMap.h.

◆ LocalCellIdOffset

vtkTypeInt32 vtkCellGraphicsPrimitiveMap::PrimitiveDescriptor::LocalCellIdOffset = 0

Definition at line 59 of file vtkCellGraphicsPrimitiveMap.h.


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