public

Inheritance Graph

graph BT
	AlphaTestState
	AlphaTestState --> RenderingParametersState
	click AlphaTestState "classMinSG_1_1AlphaTestState"
	click RenderingParametersState "classMinSG_1_1RenderingParametersState"

Description

Public Functions

   
   
  AlphaTestState()
   
  AlphaTestState(const Rendering::AlphaTestParameters & newParameter)
   
  AlphaTestState(const AlphaTestState & other)
   
  ~AlphaTestState()
   
AlphaTestState * clone() const
Create a duplicate of this State object.

Documentation

function
MinSG::AlphaTestState::AlphaTestState

public inline
   
   
AlphaTestState( )

Defined in MinSG/Core/States/AlphaTestState.h:23


function
MinSG::AlphaTestState::AlphaTestState

public inline explicit
     
     
AlphaTestState( const Rendering::AlphaTestParameters & newParameter )

Defined in MinSG/Core/States/AlphaTestState.h:25


function
MinSG::AlphaTestState::AlphaTestState

public inline
     
     
AlphaTestState( const AlphaTestState & other )

Defined in MinSG/Core/States/AlphaTestState.h:27


function
MinSG::AlphaTestState::~AlphaTestState

public inline virtual
   
   
~AlphaTestState( )

Defined in MinSG/Core/States/AlphaTestState.h:29


function
MinSG::AlphaTestState::clone

public const inline virtual
   
   
AlphaTestState * clone( ) const

Create a duplicate of this State object.

Defined in MinSG/Core/States/AlphaTestState.h:31