VTK  9.4.20241117
Public Attributes | List of all members
vtkAnariCompositePolyDataMapperNode::RenderBlockState Class Reference

#include <vtkAnariCompositePolyDataMapperNode.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 52 of file vtkAnariCompositePolyDataMapperNode.h.

Member Data Documentation

◆ Visibility

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

Definition at line 55 of file vtkAnariCompositePolyDataMapperNode.h.

◆ Opacity

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

Definition at line 56 of file vtkAnariCompositePolyDataMapperNode.h.

◆ AmbientColor

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

Definition at line 57 of file vtkAnariCompositePolyDataMapperNode.h.

◆ DiffuseColor

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

Definition at line 58 of file vtkAnariCompositePolyDataMapperNode.h.

◆ SpecularColor

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

Definition at line 59 of file vtkAnariCompositePolyDataMapperNode.h.

◆ Material

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

Definition at line 60 of file vtkAnariCompositePolyDataMapperNode.h.


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