#include <MeshIO.h>
Public Attributes | |
bool | _bSavePicture |
bool | _bSaveViewPoints |
std::string | _clAnnotation |
std::string | _clAuthor |
App::Color | _clColor |
std::vector< std::string > | _clComments |
std::string | _clCompany |
std::string | _clDate |
std::string | _clFileName |
std::string | _clPicFileName |
std::vector< VRMLViewpointData > | _clViewpoints |
Definition at line 178 of file MeshIO.h.
Definition at line 188 of file MeshIO.h.
Referenced by MeshVRML::WriteVRMLAnnotations().
std::string MeshCore::VRMLInfo::_clAnnotation |
Definition at line 184 of file MeshIO.h.
Referenced by MeshVRML::WriteVRMLAnnotations().
std::string MeshCore::VRMLInfo::_clAuthor |
Definition at line 181 of file MeshIO.h.
Referenced by MeshVRML::WriteVRMLHeaderInfo().
Definition at line 186 of file MeshIO.h.
Referenced by MeshVRML::Save(), and MeshVRML::WriteVRMLAnnotations().
std::vector<std::string> MeshCore::VRMLInfo::_clComments |
Definition at line 189 of file MeshIO.h.
Referenced by MeshVRML::WriteVRMLHeaderInfo().
std::string MeshCore::VRMLInfo::_clCompany |
Definition at line 183 of file MeshIO.h.
Referenced by MeshVRML::WriteVRMLHeaderInfo().
std::string MeshCore::VRMLInfo::_clDate |
Definition at line 182 of file MeshIO.h.
Referenced by MeshVRML::WriteVRMLHeaderInfo().
std::string MeshCore::VRMLInfo::_clFileName |
std::string MeshCore::VRMLInfo::_clPicFileName |
Definition at line 185 of file MeshIO.h.
Referenced by MeshVRML::WriteVRMLAnnotations().
std::vector<VRMLViewpointData> MeshCore::VRMLInfo::_clViewpoints |
Definition at line 190 of file MeshIO.h.
Referenced by MeshVRML::WriteVRMLViewpoints().