VTK  9.4.20241126
Public Attributes | Friends | List of all members
vtkOpenGLLowMemoryPolyDataMapper::CellGroupInformation Struct Reference

#include <vtkOpenGLLowMemoryPolyDataMapper.h>

Collaboration diagram for vtkOpenGLLowMemoryPolyDataMapper::CellGroupInformation:
[legend]

Public Attributes

vtkCellGraphicsPrimitiveMap::CellTypeMapperOffsets Offsets
 
vtkIdType NumberOfElements = 0
 
bool CanRender = false
 
bool UsesEdgeValueBuffer = false
 
bool UsesCellMapBuffer = false
 

Friends

std::ostream & operator<< (std::ostream &os, const CellGroupInformation &cg)
 

Detailed Description

Definition at line 303 of file vtkOpenGLLowMemoryPolyDataMapper.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const CellGroupInformation cg 
)
friend

Definition at line 310 of file vtkOpenGLLowMemoryPolyDataMapper.h.

Member Data Documentation

◆ Offsets

vtkCellGraphicsPrimitiveMap::CellTypeMapperOffsets vtkOpenGLLowMemoryPolyDataMapper::CellGroupInformation::Offsets

Definition at line 305 of file vtkOpenGLLowMemoryPolyDataMapper.h.

◆ NumberOfElements

vtkIdType vtkOpenGLLowMemoryPolyDataMapper::CellGroupInformation::NumberOfElements = 0

Definition at line 306 of file vtkOpenGLLowMemoryPolyDataMapper.h.

◆ CanRender

bool vtkOpenGLLowMemoryPolyDataMapper::CellGroupInformation::CanRender = false

Definition at line 307 of file vtkOpenGLLowMemoryPolyDataMapper.h.

◆ UsesEdgeValueBuffer

bool vtkOpenGLLowMemoryPolyDataMapper::CellGroupInformation::UsesEdgeValueBuffer = false

Definition at line 308 of file vtkOpenGLLowMemoryPolyDataMapper.h.

◆ UsesCellMapBuffer

bool vtkOpenGLLowMemoryPolyDataMapper::CellGroupInformation::UsesCellMapBuffer = false

Definition at line 309 of file vtkOpenGLLowMemoryPolyDataMapper.h.


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