VTK  9.4.20241124
Public Attributes | Friends | List of all members
vtkCellGraphicsPrimitiveMap::CellTypeMapperOffsets Struct Reference

#include <vtkCellGraphicsPrimitiveMap.h>

Public Attributes

vtkIdType CellIdOffset = 0
 
vtkIdType EdgeValueBufferOffset = 0
 
vtkIdType PointIdOffset = 0
 
vtkIdType PrimitiveIdOffset = 0
 
vtkIdType VertexIdOffset = 0
 

Friends

std::ostream & operator<< (std::ostream &os, const CellTypeMapperOffsets &offsets)
 

Detailed Description

Definition at line 35 of file vtkCellGraphicsPrimitiveMap.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const CellTypeMapperOffsets offsets 
)
friend

Definition at line 42 of file vtkCellGraphicsPrimitiveMap.h.

Member Data Documentation

◆ CellIdOffset

vtkIdType vtkCellGraphicsPrimitiveMap::CellTypeMapperOffsets::CellIdOffset = 0

Definition at line 37 of file vtkCellGraphicsPrimitiveMap.h.

◆ EdgeValueBufferOffset

vtkIdType vtkCellGraphicsPrimitiveMap::CellTypeMapperOffsets::EdgeValueBufferOffset = 0

Definition at line 38 of file vtkCellGraphicsPrimitiveMap.h.

◆ PointIdOffset

vtkIdType vtkCellGraphicsPrimitiveMap::CellTypeMapperOffsets::PointIdOffset = 0

Definition at line 39 of file vtkCellGraphicsPrimitiveMap.h.

◆ PrimitiveIdOffset

vtkIdType vtkCellGraphicsPrimitiveMap::CellTypeMapperOffsets::PrimitiveIdOffset = 0

Definition at line 40 of file vtkCellGraphicsPrimitiveMap.h.

◆ VertexIdOffset

vtkIdType vtkCellGraphicsPrimitiveMap::CellTypeMapperOffsets::VertexIdOffset = 0

Definition at line 41 of file vtkCellGraphicsPrimitiveMap.h.


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