VTK  9.3.20240419
Public Attributes | List of all members
vtkOSPRayCompositePolyDataMapperNode::RenderBlockState Class Reference

#include <vtkOSPRayCompositePolyDataMapperNode.h>

Public Attributes

std::stack< bool > Visibility
 
std::stack< double > Opacity
 
std::stack< vtkColor3dAmbientColor
 
std::stack< vtkColor3dDiffuseColor
 
std::stack< vtkColor3dSpecularColor
 
std::stack< std::string > Material
 

Detailed Description

Definition at line 45 of file vtkOSPRayCompositePolyDataMapperNode.h.

Member Data Documentation

◆ Visibility

std::stack<bool> vtkOSPRayCompositePolyDataMapperNode::RenderBlockState::Visibility

Definition at line 48 of file vtkOSPRayCompositePolyDataMapperNode.h.

◆ Opacity

std::stack<double> vtkOSPRayCompositePolyDataMapperNode::RenderBlockState::Opacity

Definition at line 49 of file vtkOSPRayCompositePolyDataMapperNode.h.

◆ AmbientColor

std::stack<vtkColor3d> vtkOSPRayCompositePolyDataMapperNode::RenderBlockState::AmbientColor

Definition at line 50 of file vtkOSPRayCompositePolyDataMapperNode.h.

◆ DiffuseColor

std::stack<vtkColor3d> vtkOSPRayCompositePolyDataMapperNode::RenderBlockState::DiffuseColor

Definition at line 51 of file vtkOSPRayCompositePolyDataMapperNode.h.

◆ SpecularColor

std::stack<vtkColor3d> vtkOSPRayCompositePolyDataMapperNode::RenderBlockState::SpecularColor

Definition at line 52 of file vtkOSPRayCompositePolyDataMapperNode.h.

◆ Material

std::stack<std::string> vtkOSPRayCompositePolyDataMapperNode::RenderBlockState::Material

Definition at line 53 of file vtkOSPRayCompositePolyDataMapperNode.h.


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