CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
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
 
bool operator== (const OdTrRndDifferentialTransition &dt2) const
 
bool operator!= (const OdTrRndDifferentialTransition &dt2) 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 69 of file TrRndDifferentialTransition.h.

◆ ~OdTrRndDifferentialTransition()

OdTrRndDifferentialTransition::~OdTrRndDifferentialTransition ( )
inline

Definition at line 70 of file TrRndDifferentialTransition.h.

Member Function Documentation

◆ finalize()

void OdTrRndDifferentialTransition::finalize ( )
inline

Definition at line 85 of file TrRndDifferentialTransition.h.

◆ iterator()

Iterator OdTrRndDifferentialTransition::iterator ( bool bForward) const
inline

Definition at line 105 of file TrRndDifferentialTransition.h.

◆ make_op() [1/5]

Op OdTrRndDifferentialTransition::make_op ( OdUInt32 opcode)
inline

Definition at line 72 of file TrRndDifferentialTransition.h.

◆ make_op() [2/5]

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

Definition at line 73 of file TrRndDifferentialTransition.h.

◆ make_op() [3/5]

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

Definition at line 76 of file TrRndDifferentialTransition.h.

◆ make_op() [4/5]

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

Definition at line 74 of file TrRndDifferentialTransition.h.

◆ make_op() [5/5]

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

Definition at line 75 of file TrRndDifferentialTransition.h.

◆ operator!=()

bool OdTrRndDifferentialTransition::operator!= ( const OdTrRndDifferentialTransition & dt2) const
inline

Definition at line 119 of file TrRndDifferentialTransition.h.

◆ operator==()

bool OdTrRndDifferentialTransition::operator== ( const OdTrRndDifferentialTransition & dt2) const
inline

Definition at line 107 of file TrRndDifferentialTransition.h.

◆ push_ops()

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

Definition at line 78 of file TrRndDifferentialTransition.h.

Member Data Documentation

◆ m_ops

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

Definition at line 67 of file TrRndDifferentialTransition.h.


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