MeVisLab Toolbox Reference
SoSceneWriter::COLORED_POINT Struct Reference

struct holds point information when VRML_2 output is applied on SGI Inventor scenes More...

#include <SoSceneWriter.h>

Public Member Functions

bool operator== (const COLORED_POINT &cp) const
 

Public Attributes

SbVec3f coord
 
SbVec3f normal
 
SbColor color
 
float shininess
 
float transparency
 

Detailed Description

struct holds point information when VRML_2 output is applied on SGI Inventor scenes

Definition at line 87 of file SoSceneWriter.h.

Member Function Documentation

◆ operator==()

bool SoSceneWriter::COLORED_POINT::operator== ( const COLORED_POINT cp) const
inline

Definition at line 93 of file SoSceneWriter.h.

References color, coord, normal, shininess, and transparency.

Member Data Documentation

◆ color

SbColor SoSceneWriter::COLORED_POINT::color

Definition at line 90 of file SoSceneWriter.h.

Referenced by SoSceneWriter::hashColoredPoint::operator()(), and operator==().

◆ coord

SbVec3f SoSceneWriter::COLORED_POINT::coord

Definition at line 88 of file SoSceneWriter.h.

Referenced by SoSceneWriter::hashColoredPoint::operator()(), and operator==().

◆ normal

SbVec3f SoSceneWriter::COLORED_POINT::normal

Definition at line 89 of file SoSceneWriter.h.

Referenced by SoSceneWriter::hashColoredPoint::operator()(), and operator==().

◆ shininess

float SoSceneWriter::COLORED_POINT::shininess

Definition at line 91 of file SoSceneWriter.h.

Referenced by SoSceneWriter::hashColoredPoint::operator()(), and operator==().

◆ transparency

float SoSceneWriter::COLORED_POINT::transparency

Definition at line 92 of file SoSceneWriter.h.

Referenced by SoSceneWriter::hashColoredPoint::operator()(), and operator==().


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