VTK  9.3.20240418
Public Attributes | List of all members
vtkOSPRayCompositePolyDataMapper2Node::RenderBlockState Class Reference

#include <vtkOSPRayCompositePolyDataMapper2Node.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 47 of file vtkOSPRayCompositePolyDataMapper2Node.h.

Member Data Documentation

◆ Visibility

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

Definition at line 50 of file vtkOSPRayCompositePolyDataMapper2Node.h.

◆ Opacity

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

Definition at line 51 of file vtkOSPRayCompositePolyDataMapper2Node.h.

◆ AmbientColor

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

Definition at line 52 of file vtkOSPRayCompositePolyDataMapper2Node.h.

◆ DiffuseColor

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

Definition at line 53 of file vtkOSPRayCompositePolyDataMapper2Node.h.

◆ SpecularColor

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

Definition at line 54 of file vtkOSPRayCompositePolyDataMapper2Node.h.

◆ Material

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

Definition at line 55 of file vtkOSPRayCompositePolyDataMapper2Node.h.


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