Open CASCADE Technology  7.7.0
Public Member Functions | Data Fields

Graphic3d_ValidatedCubeMapOrder Class Reference

Graphic3d_ValidatedCubeMapOrder contains completely valid order object. The only way to create this class except copy constructor is 'Validated' method of Graphic3d_CubeMapOrder. This class can initialize Graphic3d_CubeMapOrder. It is supposed to be used in case of necessity of completely valid order (in function argument as example). It helps to automate order's valid checks. More...

#include <Graphic3d_CubeMapOrder.hxx>

Public Member Functions

const Graphic3d_CubeMapOrderoperator-> () const
 Allows skip access to 'Order' field and work directly. More...
 
 Graphic3d_ValidatedCubeMapOrder (const Graphic3d_ValidatedCubeMapOrder &theOther)
 Copy constructor. More...
 

Data Fields

const Graphic3d_CubeMapOrder Order
 Completely valid order. More...
 

Detailed Description

Graphic3d_ValidatedCubeMapOrder contains completely valid order object. The only way to create this class except copy constructor is 'Validated' method of Graphic3d_CubeMapOrder. This class can initialize Graphic3d_CubeMapOrder. It is supposed to be used in case of necessity of completely valid order (in function argument as example). It helps to automate order's valid checks.

Constructor & Destructor Documentation

◆ Graphic3d_ValidatedCubeMapOrder()

Graphic3d_ValidatedCubeMapOrder::Graphic3d_ValidatedCubeMapOrder ( const Graphic3d_ValidatedCubeMapOrder theOther)
inline

Copy constructor.

Member Function Documentation

◆ operator->()

const Graphic3d_CubeMapOrder* Graphic3d_ValidatedCubeMapOrder::operator-> ( ) const
inline

Allows skip access to 'Order' field and work directly.

Field Documentation

◆ Order

const Graphic3d_CubeMapOrder Graphic3d_ValidatedCubeMapOrder::Order

Completely valid order.


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