CFx SDK Documentation  2020SP3
Classes | Public Member Functions | Protected Attributes | List of all members
OdTrRndDifferentialTransition Class Reference

#include <TrRndDifferentialTransition.h>

Classes

class  Iterator
 
struct  Op
 
struct  Ops
 
union  Var
 

Public Member Functions

 OdTrRndDifferentialTransition ()
 
 ~OdTrRndDifferentialTransition ()
 
Op make_op (OdUInt32 opcode)
 
Op make_op (OdUInt32 opcode, bool val)
 
Op make_op (OdUInt32 opcode, OdInt32 val)
 
Op make_op (OdUInt32 opcode, OdUInt32 val)
 
Op make_op (OdUInt32 opcode, float val)
 
void push_ops (const Op &fwd, const Op &back, bool bFwd=true)
 
void finalize ()
 
Iterator iterator (bool bForward) const
 

Protected Attributes

OdVector< Ops, OdMemoryAllocator< Ops > > m_ops
 

Detailed Description

Library: Source code provided.

<group ExRender_Classes>

Definition at line 40 of file TrRndDifferentialTransition.h.

Constructor & Destructor Documentation

◆ OdTrRndDifferentialTransition()

OdTrRndDifferentialTransition::OdTrRndDifferentialTransition ( )
inline

Definition at line 63 of file TrRndDifferentialTransition.h.

◆ ~OdTrRndDifferentialTransition()

OdTrRndDifferentialTransition::~OdTrRndDifferentialTransition ( )
inline

Definition at line 64 of file TrRndDifferentialTransition.h.

Member Function Documentation

◆ finalize()

void OdTrRndDifferentialTransition::finalize ( )
inline

Definition at line 79 of file TrRndDifferentialTransition.h.

◆ iterator()

Iterator OdTrRndDifferentialTransition::iterator ( bool  bForward) const
inline

Definition at line 99 of file TrRndDifferentialTransition.h.

◆ make_op() [1/5]

Op OdTrRndDifferentialTransition::make_op ( OdUInt32  opcode)
inline

Definition at line 66 of file TrRndDifferentialTransition.h.

◆ make_op() [2/5]

Op OdTrRndDifferentialTransition::make_op ( OdUInt32  opcode,
bool  val 
)
inline

Definition at line 67 of file TrRndDifferentialTransition.h.

◆ make_op() [3/5]

Op OdTrRndDifferentialTransition::make_op ( OdUInt32  opcode,
float  val 
)
inline

Definition at line 70 of file TrRndDifferentialTransition.h.

◆ make_op() [4/5]

Op OdTrRndDifferentialTransition::make_op ( OdUInt32  opcode,
OdInt32  val 
)
inline

Definition at line 68 of file TrRndDifferentialTransition.h.

◆ make_op() [5/5]

Op OdTrRndDifferentialTransition::make_op ( OdUInt32  opcode,
OdUInt32  val 
)
inline

Definition at line 69 of file TrRndDifferentialTransition.h.

◆ push_ops()

void OdTrRndDifferentialTransition::push_ops ( const Op fwd,
const Op back,
bool  bFwd = true 
)
inline

Definition at line 72 of file TrRndDifferentialTransition.h.

Member Data Documentation

◆ m_ops

OdVector<Ops, OdMemoryAllocator<Ops> > OdTrRndDifferentialTransition::m_ops
protected

Definition at line 61 of file TrRndDifferentialTransition.h.


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