VTK  9.1.0
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 56 of file vtkOSPRayCompositePolyDataMapper2Node.h.

Member Data Documentation

◆ Visibility

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

Definition at line 59 of file vtkOSPRayCompositePolyDataMapper2Node.h.

◆ Opacity

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

Definition at line 60 of file vtkOSPRayCompositePolyDataMapper2Node.h.

◆ AmbientColor

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

Definition at line 61 of file vtkOSPRayCompositePolyDataMapper2Node.h.

◆ DiffuseColor

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

Definition at line 62 of file vtkOSPRayCompositePolyDataMapper2Node.h.

◆ SpecularColor

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

Definition at line 63 of file vtkOSPRayCompositePolyDataMapper2Node.h.

◆ Material

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

Definition at line 64 of file vtkOSPRayCompositePolyDataMapper2Node.h.


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