The HPS::VisibilityKit class is a user space object, useful for carrying a group of attribute settings. More...
#include <hps.h>
Public Member Functions | |
VisibilityKit () | |
Initializes an empty kit. More... | |
VisibilityKit (VisibilityKit const &in_kit) | |
The copy constructor creates a new VisibilityKit object that contains the same settings as the source object. More... | |
VisibilityKit (VisibilityKit &&in_that) | |
The move constructor creates a VisibilityKit by transferring the underlying impl of the rvalue reference to this VisibilityKit thereby avoiding a copy and allocation. More... | |
VisibilityKit & | operator= (VisibilityKit &&in_that) |
The move assignment operator transfers the underlying impl of the rvalue reference to this VisibilityKit thereby avoiding a copy. More... | |
virtual | ~VisibilityKit () |
Destroy this kit. More... | |
HPS::Type | ObjectType () const |
void | Set (VisibilityKit const &in_kit) |
Copies all settings from the source VisibilityKit into this object. More... | |
void | Show (VisibilityKit &out_kit) const |
Copies all settings from this VisibilityKit into the given VisibilityKit. More... | |
VisibilityKit & | operator= (VisibilityKit const &in_kit) |
Copies the source VisibilityKit into this object. More... | |
bool | Empty () const |
Indicates whether this object has any values set on it. More... | |
bool | Equals (VisibilityKit const &in_kit) const |
Check if the source VisibilityKit is equivalent to this object. More... | |
bool | operator== (VisibilityKit const &in_kit) const |
Check if the source VisibilityKit is equivalent to this object. More... | |
bool | operator!= (VisibilityKit const &in_kit) const |
Check if the source VisibilityKit is not equivalent to this object. More... | |
VisibilityKit & | SetCuttingSections (bool in_state) |
Sets the visibility of cutting sections. More... | |
VisibilityKit & | SetCutEdges (bool in_state) |
Sets the visibility of edges cut by a cutting sections. More... | |
VisibilityKit & | SetCutFaces (bool in_state) |
Sets the visibility of capping planes for geometry cut by cutting sections. More... | |
VisibilityKit & | SetWindows (bool in_state) |
Sets the visibility of windows. More... | |
VisibilityKit & | SetText (bool in_state) |
Sets the visibility of text. More... | |
VisibilityKit & | SetLines (bool in_state) |
Sets the visibility of lines. More... | |
VisibilityKit & | SetEdgeLights (bool in_state) |
Sets the visibility of lighting on edges. More... | |
VisibilityKit & | SetMarkerLights (bool in_state) |
Sets the visibility of lighting on markers. More... | |
VisibilityKit & | SetFaceLights (bool in_state) |
Sets the visibility of lighting on faces. More... | |
VisibilityKit & | SetGenericEdges (bool in_state) |
Sets the visibility of generic edges. More... | |
VisibilityKit & | SetInteriorSilhouetteEdges (bool in_state) |
Sets the visibility of interior silhouette edges. More... | |
VisibilityKit & | SetAdjacentEdges (bool in_state) |
Sets the visibility of adjacent edges. More... | |
VisibilityKit & | SetHardEdges (bool in_state) |
Sets the visibility of hard edges. More... | |
VisibilityKit & | SetMeshQuadEdges (bool in_state) |
Sets the visibility of edges of mesh quads. More... | |
VisibilityKit & | SetNonCulledEdges (bool in_state) |
Sets the visibility of non-culled edges. More... | |
VisibilityKit & | SetPerimeterEdges (bool in_state) |
Sets the visibility of perimeter edges. More... | |
VisibilityKit & | SetFaces (bool in_state) |
Sets the visibility of all faces, including shells, meshes, cylinders, etc. More... | |
VisibilityKit & | SetVertices (bool in_state) |
Sets the visibility of vertices. More... | |
VisibilityKit & | SetMarkers (bool in_state) |
Sets the visibility of markers. More... | |
VisibilityKit & | SetShadowCasting (bool in_state) |
Sets the visibility of shadow casting. More... | |
VisibilityKit & | SetShadowReceiving (bool in_state) |
Sets the visibility of shadow receiving. More... | |
VisibilityKit & | SetShadowEmitting (bool in_state) |
Sets the visibility of shadow emitting. More... | |
VisibilityKit & | SetCutGeometry (bool in_state) |
Sets the visibility of cut geometry, both cut faces and cut edges. More... | |
VisibilityKit & | SetEdges (bool in_state) |
Sets the visibility of all edges. More... | |
VisibilityKit & | SetGeometry (bool in_state) |
Sets the visibility of all edges, faces, lines, markers, and text. More... | |
VisibilityKit & | SetLights (bool in_state) |
Sets the visibility of all lights, including face, edge, and marker lights. More... | |
VisibilityKit & | SetShadows (bool in_state) |
Sets the visibility of shadow casting, emitting, and receiving. More... | |
VisibilityKit & | SetLeaderLines (bool in_state) |
Sets the visibility of text leader lines. More... | |
VisibilityKit & | SetEverything (bool in_state) |
Sets the visibility of all geometry and subgeometry. More... | |
VisibilityKit & | UnsetCuttingSections () |
Removes the visibility setting for cutting sections. More... | |
VisibilityKit & | UnsetCutEdges () |
Removes the visibility setting for cut edges. More... | |
VisibilityKit & | UnsetCutFaces () |
Removes the visibility setting for cut faces. More... | |
VisibilityKit & | UnsetWindows () |
Removes the visibility setting for windows. More... | |
VisibilityKit & | UnsetText () |
Removes the visibility setting for text. More... | |
VisibilityKit & | UnsetLines () |
Removes the visibility setting for lines. More... | |
VisibilityKit & | UnsetEdgeLights () |
Removes the visibility setting for lighting of edges. More... | |
VisibilityKit & | UnsetMarkerLights () |
Removes the visibility setting for lighting or markers. More... | |
VisibilityKit & | UnsetFaceLights () |
Removes the visibility setting for lighting of faces. More... | |
VisibilityKit & | UnsetGenericEdges () |
Removes the visibility setting for generic edges. More... | |
VisibilityKit & | UnsetInteriorSilhouetteEdges () |
Removes the visibility setting for interior silhouette edges. More... | |
VisibilityKit & | UnsetAdjacentEdges () |
Removes the visibility setting for adjacent edges. More... | |
VisibilityKit & | UnsetHardEdges () |
Removes the visibility setting for hard edges. More... | |
VisibilityKit & | UnsetMeshQuadEdges () |
Removes the visibility setting for edges of mesh quads. More... | |
VisibilityKit & | UnsetNonCulledEdges () |
Removes the visibility setting for non-culled edges. More... | |
VisibilityKit & | UnsetPerimeterEdges () |
Removes the visibility setting for perimeter edges. More... | |
VisibilityKit & | UnsetFaces () |
Removes the visibility setting for faces. More... | |
VisibilityKit & | UnsetVertices () |
Removes the visibility setting for vertices. More... | |
VisibilityKit & | UnsetMarkers () |
Removes the visibility setting for markers. More... | |
VisibilityKit & | UnsetShadowCasting () |
Removes the visibility setting for shadow casting. More... | |
VisibilityKit & | UnsetShadowReceiving () |
Removes the visibility setting for shadow receiving. More... | |
VisibilityKit & | UnsetShadowEmitting () |
Removes the visibility setting for shadow emitting. More... | |
VisibilityKit & | UnsetCutGeometry () |
Removes the visibility settings for both cut faces and cut edges. More... | |
VisibilityKit & | UnsetEdges () |
Removes the visibility settings for all edges. More... | |
VisibilityKit & | UnsetGeometry () |
Removes the visibility settings for all edges, faces, lines, markers, and text. More... | |
VisibilityKit & | UnsetLights () |
Removes the visibility settings for all lights, including face, edge, and marker lights. More... | |
VisibilityKit & | UnsetShadows () |
Removes the visibility settings for shadow casting, emitting, and receiving. More... | |
VisibilityKit & | UnsetLeaderLines () |
Removes the visibility settings for text leader lines. More... | |
VisibilityKit & | UnsetEverything () |
Removes all visibility settings. More... | |
bool | ShowCuttingSections (bool &out_state) const |
Shows the visibility setting for cutting sections. More... | |
bool | ShowCutEdges (bool &out_state) const |
Shows the visibility setting for cut edges. More... | |
bool | ShowCutFaces (bool &out_state) const |
Shows the visibility setting for cut faces. More... | |
bool | ShowWindows (bool &out_state) const |
Shows the visibility setting for windows. More... | |
bool | ShowText (bool &out_state) const |
Shows the visibility setting for text. More... | |
bool | ShowLines (bool &out_state) const |
Shows the visibility setting for lines. More... | |
bool | ShowEdgeLights (bool &out_state) const |
Shows the visibility setting for lighting of edges. More... | |
bool | ShowMarkerLights (bool &out_state) const |
Shows the visibility setting for lighting of markers. More... | |
bool | ShowFaceLights (bool &out_state) const |
Shows the visibility setting for lighting of faces. More... | |
bool | ShowGenericEdges (bool &out_state) const |
Shows the visibility setting for generic edges. More... | |
bool | ShowInteriorSilhouetteEdges (bool &out_state) const |
Shows the visibility setting for silhouette edges. More... | |
bool | ShowAdjacentEdges (bool &out_state) const |
Shows the visibility setting for adjacent edges. More... | |
bool | ShowHardEdges (bool &out_state) const |
Shows the visibility setting for hard edges. More... | |
bool | ShowMeshQuadEdges (bool &out_state) const |
Shows the visibility setting for edges of mesh quads. More... | |
bool | ShowNonCulledEdges (bool &out_state) const |
Shows the visibility setting for non-culled edges. More... | |
bool | ShowPerimeterEdges (bool &out_state) const |
Shows the visibility setting for perimeter edges. More... | |
bool | ShowFaces (bool &out_state) const |
Shows the visibility setting for faces. More... | |
bool | ShowVertices (bool &out_state) const |
Shows the visibility setting for vertices. More... | |
bool | ShowMarkers (bool &out_state) const |
Shows the visibility setting for markers. More... | |
bool | ShowShadowCasting (bool &out_state) const |
Shows the visibility setting for shadow casting. More... | |
bool | ShowShadowReceiving (bool &out_state) const |
Shows the visibility setting for shadow receiving. More... | |
bool | ShowShadowEmitting (bool &out_state) const |
Shows the visibility setting for shadow emitting. More... | |
bool | ShowLeaderLines (bool &out_state) const |
Shows the visibility setting for text leader lines. More... | |
virtual HPS::Type | Type () const |
This function returns the true type of the underlying object. More... | |
virtual void | Reset () |
Resets this object to its initial, uninitialized state. More... | |
bool | HasType (HPS::Type in_mask) const |
This function indicates whether this Object has the given Type mask. More... | |
intptr_t | GetClassID () const |
Returns a unique identifier that is shared by all objects of the same class. More... | |
intptr_t | GetInstanceID () const |
Returns an identifier that can be used to identify which instance of a class an object is. More... | |
Static Public Member Functions | |
static VisibilityKit | GetDefault () |
Creates a VisibilityKit which contains the default settings. More... | |
template<typename T > | |
static intptr_t | ClassID () |
Unique identifier for this class. More... | |
Static Public Attributes | |
static const HPS::Type | staticType = HPS::Type::VisibilityKit |
The HPS::VisibilityKit class is a user space object, useful for carrying a group of attribute settings.
Calling HPS::VisibilityKit::GetDefault() will return a kit with values found in this table.
HPS::VisibilityKit::VisibilityKit | ( | ) |
Initializes an empty kit.
HPS::VisibilityKit::VisibilityKit | ( | VisibilityKit const & | in_kit | ) |
The copy constructor creates a new VisibilityKit object that contains the same settings as the source object.
in_kit | The source object to copy. |
HPS::VisibilityKit::VisibilityKit | ( | VisibilityKit && | in_that | ) |
The move constructor creates a VisibilityKit by transferring the underlying impl of the rvalue reference to this VisibilityKit thereby avoiding a copy and allocation.
in_that | An rvalue reference to a VisibilityKit to take the impl from. |
|
virtual |
Destroy this kit.
|
inlinestaticinherited |
Unique identifier for this class.
Note: this method uses construction of static objects. If used in a constructor, it should be used in the body not the initializer list.
|
virtual |
Indicates whether this object has any values set on it.
Reimplemented from HPS::Object.
bool HPS::VisibilityKit::Equals | ( | VisibilityKit const & | in_kit | ) | const |
Check if the source VisibilityKit is equivalent to this object.
in_kit | The source VisibilityKit to compare to this object. |
|
inherited |
Returns a unique identifier that is shared by all objects of the same class.
|
static |
Creates a VisibilityKit which contains the default settings.
The returned object will not necessarily have values set for every option, but it will have settings for those options where it is reasonable to have a default.
|
inherited |
Returns an identifier that can be used to identify which instance of a class an object is.
Different keys and controls will return the same value if they are backed by the same database resource.
|
inherited |
|
inlinevirtual |
bool HPS::VisibilityKit::operator!= | ( | VisibilityKit const & | in_kit | ) | const |
Check if the source VisibilityKit is not equivalent to this object.
in_kit | The source VisibilityKit to compare to this object. |
VisibilityKit& HPS::VisibilityKit::operator= | ( | VisibilityKit && | in_that | ) |
The move assignment operator transfers the underlying impl of the rvalue reference to this VisibilityKit thereby avoiding a copy.
in_that | An rvalue reference to a VisibilityKit to take the impl from. |
VisibilityKit& HPS::VisibilityKit::operator= | ( | VisibilityKit const & | in_kit | ) |
Copies the source VisibilityKit into this object.
in_kit | The source VisibilityKit to copy. |
bool HPS::VisibilityKit::operator== | ( | VisibilityKit const & | in_kit | ) | const |
Check if the source VisibilityKit is equivalent to this object.
in_kit | The source VisibilityKit to compare to this object. |
|
virtualinherited |
Resets this object to its initial, uninitialized state.
Reimplemented in HPS::EventHandler, HPS::EventDispatcher, HPS::World, HPS::HighlightSearchResults, HPS::HighlightSearchResultsIterator, HPS::SelectionResults, HPS::SelectionResultsIterator, HPS::FontSearchResults, HPS::FontSearchResultsIterator, HPS::SearchResults, and HPS::SearchResultsIterator.
void HPS::VisibilityKit::Set | ( | VisibilityKit const & | in_kit | ) |
Copies all settings from the source VisibilityKit into this object.
in_kit | The source VisibilityKit to copy. |
VisibilityKit& HPS::VisibilityKit::SetAdjacentEdges | ( | bool | in_state | ) |
Sets the visibility of adjacent edges.
Adjacent edges are defined as edges that are attached to at least one visible face. If you want to have no edges between faces that are explicitly invisible, turn off edges in the segment and turn on adjacent edges.
in_state | Whether adjacent edges are visible. |
VisibilityKit& HPS::VisibilityKit::SetCutEdges | ( | bool | in_state | ) |
Sets the visibility of edges cut by a cutting sections.
in_state | Whether cut edges are visible. |
VisibilityKit& HPS::VisibilityKit::SetCutFaces | ( | bool | in_state | ) |
Sets the visibility of capping planes for geometry cut by cutting sections.
in_state | Whether cut faces are visible. |
VisibilityKit& HPS::VisibilityKit::SetCutGeometry | ( | bool | in_state | ) |
Sets the visibility of cut geometry, both cut faces and cut edges.
in_state | Whether all cut geometry are visible. |
VisibilityKit& HPS::VisibilityKit::SetCuttingSections | ( | bool | in_state | ) |
Sets the visibility of cutting sections.
in_state | Whether cutting sections are visible. |
VisibilityKit& HPS::VisibilityKit::SetEdgeLights | ( | bool | in_state | ) |
Sets the visibility of lighting on edges.
in_state | Whether edge lights are visible. |
VisibilityKit& HPS::VisibilityKit::SetEdges | ( | bool | in_state | ) |
Sets the visibility of all edges.
in_state | Whether all edges are visible. |
VisibilityKit& HPS::VisibilityKit::SetEverything | ( | bool | in_state | ) |
Sets the visibility of all geometry and subgeometry.
in_state | Whether everything is visible. |
VisibilityKit& HPS::VisibilityKit::SetFaceLights | ( | bool | in_state | ) |
Sets the visibility of lighting on faces.
in_state | Whether face lights are visible. |
VisibilityKit& HPS::VisibilityKit::SetFaces | ( | bool | in_state | ) |
Sets the visibility of all faces, including shells, meshes, cylinders, etc.
in_state | Whether faces are visible. |
VisibilityKit& HPS::VisibilityKit::SetGenericEdges | ( | bool | in_state | ) |
Sets the visibility of generic edges.
in_state | Whether generic edges are visible. |
VisibilityKit& HPS::VisibilityKit::SetGeometry | ( | bool | in_state | ) |
Sets the visibility of all edges, faces, lines, markers, and text.
in_state | Whether all geometry is visible. |
VisibilityKit& HPS::VisibilityKit::SetHardEdges | ( | bool | in_state | ) |
Sets the visibility of hard edges.
in_state | Whether hard edges are visible. |
VisibilityKit& HPS::VisibilityKit::SetInteriorSilhouetteEdges | ( | bool | in_state | ) |
Sets the visibility of interior silhouette edges.
in_state | Whether interior silhouette edges are visible. |
VisibilityKit& HPS::VisibilityKit::SetLeaderLines | ( | bool | in_state | ) |
Sets the visibility of text leader lines.
in_state | Whether text leader lines are visible |
VisibilityKit& HPS::VisibilityKit::SetLights | ( | bool | in_state | ) |
Sets the visibility of all lights, including face, edge, and marker lights.
in_state | Whether all lights are visible. |
VisibilityKit& HPS::VisibilityKit::SetLines | ( | bool | in_state | ) |
Sets the visibility of lines.
in_state | Whether lines are visible. |
VisibilityKit& HPS::VisibilityKit::SetMarkerLights | ( | bool | in_state | ) |
Sets the visibility of lighting on markers.
in_state | Whether marker lights are visible. |
VisibilityKit& HPS::VisibilityKit::SetMarkers | ( | bool | in_state | ) |
Sets the visibility of markers.
in_state | Whether markers are visible. |
VisibilityKit& HPS::VisibilityKit::SetMeshQuadEdges | ( | bool | in_state | ) |
Sets the visibility of edges of mesh quads.
in_state | Whether mesh quad edges are visible. |
VisibilityKit& HPS::VisibilityKit::SetNonCulledEdges | ( | bool | in_state | ) |
Sets the visibility of non-culled edges.
in_state | Whether non-culled edges are visible. |
VisibilityKit& HPS::VisibilityKit::SetPerimeterEdges | ( | bool | in_state | ) |
Sets the visibility of perimeter edges.
in_state | Whether perimeter edges are visible. |
VisibilityKit& HPS::VisibilityKit::SetShadowCasting | ( | bool | in_state | ) |
Sets the visibility of shadow casting.
in_state | Whether casting shadows are visible. |
VisibilityKit& HPS::VisibilityKit::SetShadowEmitting | ( | bool | in_state | ) |
Sets the visibility of shadow emitting.
in_state | Whether emitting shadows are visible. |
VisibilityKit& HPS::VisibilityKit::SetShadowReceiving | ( | bool | in_state | ) |
Sets the visibility of shadow receiving.
in_state | Whether receiving shadows are visible. |
VisibilityKit& HPS::VisibilityKit::SetShadows | ( | bool | in_state | ) |
Sets the visibility of shadow casting, emitting, and receiving.
in_state | Whether all shadows are visible. |
VisibilityKit& HPS::VisibilityKit::SetText | ( | bool | in_state | ) |
Sets the visibility of text.
in_state | Whether text is visible. |
VisibilityKit& HPS::VisibilityKit::SetVertices | ( | bool | in_state | ) |
Sets the visibility of vertices.
in_state | Whether vertices are visible. |
VisibilityKit& HPS::VisibilityKit::SetWindows | ( | bool | in_state | ) |
Sets the visibility of windows.
in_state | Whether windows are visible. |
void HPS::VisibilityKit::Show | ( | VisibilityKit & | out_kit | ) | const |
Copies all settings from this VisibilityKit into the given VisibilityKit.
out_kit | The VisibilityKit to populate with the contents of this object. |
bool HPS::VisibilityKit::ShowAdjacentEdges | ( | bool & | out_state | ) | const |
Shows the visibility setting for adjacent edges.
out_state | Whether adjacent edges are visible. |
bool HPS::VisibilityKit::ShowCutEdges | ( | bool & | out_state | ) | const |
Shows the visibility setting for cut edges.
out_state | Whether cut edges are visible. |
bool HPS::VisibilityKit::ShowCutFaces | ( | bool & | out_state | ) | const |
Shows the visibility setting for cut faces.
out_state | Whether cut faces are visible. |
bool HPS::VisibilityKit::ShowCuttingSections | ( | bool & | out_state | ) | const |
Shows the visibility setting for cutting sections.
out_state | Whether cutting sections are visible. |
bool HPS::VisibilityKit::ShowEdgeLights | ( | bool & | out_state | ) | const |
Shows the visibility setting for lighting of edges.
out_state | Whether edge lights are visible. |
bool HPS::VisibilityKit::ShowFaceLights | ( | bool & | out_state | ) | const |
Shows the visibility setting for lighting of faces.
out_state | Whether face lights are visible. |
bool HPS::VisibilityKit::ShowFaces | ( | bool & | out_state | ) | const |
Shows the visibility setting for faces.
out_state | Whether faces are visible. |
bool HPS::VisibilityKit::ShowGenericEdges | ( | bool & | out_state | ) | const |
Shows the visibility setting for generic edges.
out_state | Whether generic edges are visible. |
bool HPS::VisibilityKit::ShowHardEdges | ( | bool & | out_state | ) | const |
Shows the visibility setting for hard edges.
out_state | Whether hard edges are visible. |
bool HPS::VisibilityKit::ShowInteriorSilhouetteEdges | ( | bool & | out_state | ) | const |
Shows the visibility setting for silhouette edges.
out_state | Whether interior silhouette edges are visible. |
bool HPS::VisibilityKit::ShowLeaderLines | ( | bool & | out_state | ) | const |
Shows the visibility setting for text leader lines.
out_state | Whether text leader lines are visible. |
bool HPS::VisibilityKit::ShowLines | ( | bool & | out_state | ) | const |
Shows the visibility setting for lines.
out_state | Whether lines are visible. |
bool HPS::VisibilityKit::ShowMarkerLights | ( | bool & | out_state | ) | const |
Shows the visibility setting for lighting of markers.
out_state | Whether marker lights are visible. |
bool HPS::VisibilityKit::ShowMarkers | ( | bool & | out_state | ) | const |
Shows the visibility setting for markers.
out_state | Whether markers are visible. |
bool HPS::VisibilityKit::ShowMeshQuadEdges | ( | bool & | out_state | ) | const |
Shows the visibility setting for edges of mesh quads.
out_state | Whether mesh quad edges are visible. |
bool HPS::VisibilityKit::ShowNonCulledEdges | ( | bool & | out_state | ) | const |
Shows the visibility setting for non-culled edges.
out_state | Whether non-culled edges are visible. |
bool HPS::VisibilityKit::ShowPerimeterEdges | ( | bool & | out_state | ) | const |
Shows the visibility setting for perimeter edges.
out_state | Whether perimeter edges are visible. |
bool HPS::VisibilityKit::ShowShadowCasting | ( | bool & | out_state | ) | const |
Shows the visibility setting for shadow casting.
out_state | Whether casting shadows are visible. |
bool HPS::VisibilityKit::ShowShadowEmitting | ( | bool & | out_state | ) | const |
Shows the visibility setting for shadow emitting.
out_state | Whether emitting shadows are visible. |
bool HPS::VisibilityKit::ShowShadowReceiving | ( | bool & | out_state | ) | const |
Shows the visibility setting for shadow receiving.
out_state | Whether receiving shadows are visible. |
bool HPS::VisibilityKit::ShowText | ( | bool & | out_state | ) | const |
Shows the visibility setting for text.
out_state | Whether text is visible. |
bool HPS::VisibilityKit::ShowVertices | ( | bool & | out_state | ) | const |
Shows the visibility setting for vertices.
out_state | Whether vertices are visible. |
bool HPS::VisibilityKit::ShowWindows | ( | bool & | out_state | ) | const |
Shows the visibility setting for windows.
out_state | Whether windows are visible. |
|
inlinevirtualinherited |
This function returns the true type of the underlying object.
This function is useful for finding the type of smart pointer objects that have been cast to more generic types.
Reimplemented from HPS::Object.
VisibilityKit& HPS::VisibilityKit::UnsetAdjacentEdges | ( | ) |
Removes the visibility setting for adjacent edges.
VisibilityKit& HPS::VisibilityKit::UnsetCutEdges | ( | ) |
Removes the visibility setting for cut edges.
VisibilityKit& HPS::VisibilityKit::UnsetCutFaces | ( | ) |
Removes the visibility setting for cut faces.
VisibilityKit& HPS::VisibilityKit::UnsetCutGeometry | ( | ) |
Removes the visibility settings for both cut faces and cut edges.
VisibilityKit& HPS::VisibilityKit::UnsetCuttingSections | ( | ) |
Removes the visibility setting for cutting sections.
VisibilityKit& HPS::VisibilityKit::UnsetEdgeLights | ( | ) |
Removes the visibility setting for lighting of edges.
VisibilityKit& HPS::VisibilityKit::UnsetEdges | ( | ) |
Removes the visibility settings for all edges.
VisibilityKit& HPS::VisibilityKit::UnsetEverything | ( | ) |
Removes all visibility settings.
VisibilityKit& HPS::VisibilityKit::UnsetFaceLights | ( | ) |
Removes the visibility setting for lighting of faces.
VisibilityKit& HPS::VisibilityKit::UnsetFaces | ( | ) |
Removes the visibility setting for faces.
VisibilityKit& HPS::VisibilityKit::UnsetGenericEdges | ( | ) |
Removes the visibility setting for generic edges.
VisibilityKit& HPS::VisibilityKit::UnsetGeometry | ( | ) |
Removes the visibility settings for all edges, faces, lines, markers, and text.
VisibilityKit& HPS::VisibilityKit::UnsetHardEdges | ( | ) |
Removes the visibility setting for hard edges.
VisibilityKit& HPS::VisibilityKit::UnsetInteriorSilhouetteEdges | ( | ) |
Removes the visibility setting for interior silhouette edges.
VisibilityKit& HPS::VisibilityKit::UnsetLeaderLines | ( | ) |
Removes the visibility settings for text leader lines.
VisibilityKit& HPS::VisibilityKit::UnsetLights | ( | ) |
Removes the visibility settings for all lights, including face, edge, and marker lights.
VisibilityKit& HPS::VisibilityKit::UnsetLines | ( | ) |
Removes the visibility setting for lines.
VisibilityKit& HPS::VisibilityKit::UnsetMarkerLights | ( | ) |
Removes the visibility setting for lighting or markers.
VisibilityKit& HPS::VisibilityKit::UnsetMarkers | ( | ) |
Removes the visibility setting for markers.
VisibilityKit& HPS::VisibilityKit::UnsetMeshQuadEdges | ( | ) |
Removes the visibility setting for edges of mesh quads.
VisibilityKit& HPS::VisibilityKit::UnsetNonCulledEdges | ( | ) |
Removes the visibility setting for non-culled edges.
VisibilityKit& HPS::VisibilityKit::UnsetPerimeterEdges | ( | ) |
Removes the visibility setting for perimeter edges.
VisibilityKit& HPS::VisibilityKit::UnsetShadowCasting | ( | ) |
Removes the visibility setting for shadow casting.
VisibilityKit& HPS::VisibilityKit::UnsetShadowEmitting | ( | ) |
Removes the visibility setting for shadow emitting.
VisibilityKit& HPS::VisibilityKit::UnsetShadowReceiving | ( | ) |
Removes the visibility setting for shadow receiving.
VisibilityKit& HPS::VisibilityKit::UnsetShadows | ( | ) |
Removes the visibility settings for shadow casting, emitting, and receiving.
VisibilityKit& HPS::VisibilityKit::UnsetText | ( | ) |
Removes the visibility setting for text.
VisibilityKit& HPS::VisibilityKit::UnsetVertices | ( | ) |
Removes the visibility setting for vertices.
VisibilityKit& HPS::VisibilityKit::UnsetWindows | ( | ) |
Removes the visibility setting for windows.
|
static |