Inheritance diagram for HPS.Exchange.Layer:
HPS.Sprocket HPS.Object

Public Member Functions

override void Dispose ()
 
HPS.Exchange.Component [] GetComponents ()
 
uint GetIdentifier ()
 
string GetName ()
 
HPS.Exchange.ProductOccurrence GetProductOccurrence ()
 
 Layer ()
 
 Layer (HPS.Exchange.Layer in_that)
 
override HPS.Type ObjectType ()
 
- Public Member Functions inherited from HPS.Sprocket
Sprocket (HPS.Sprocket in_that)
 
- Public Member Functions inherited from HPS.Object
virtual bool Empty ()
 
IntPtr GetClassID ()
 
IntPtr GetInstanceID ()
 
bool HasType (HPS.Type in_mask)
 
Object (HPS.Object that)
 
virtual void Reset ()
 
virtual HPS.Type Type ()
 

Protected Member Functions

override void deleteCptr ()
 
- Protected Member Functions inherited from HPS.Object
virtual IntPtr GetNonDirectorClassID ()
 

Additional Inherited Members

- Static Public Member Functions inherited from HPS.Object
static IntPtr ClassID< T > ()
 
- Protected Attributes inherited from HPS.Object
bool cMemOwn
 
HandleRef cptr
 

Detailed Description

The Filter class is a smart pointer. It represents an A3DAsmLayer in Exchange. The primary purpose of this class is simply to provide access to the underlying A3DAsmLayer pointer for use by Exchange library functions.

Constructor & Destructor Documentation

◆ Layer() [1/2]

HPS.Exchange.Layer.Layer ( )
inline

The default constructor creates an uninitialized Layer object. The Type() function will return Type.None.

◆ Layer() [2/2]

HPS.Exchange.Layer.Layer ( HPS.Exchange.Layer  in_that)
inline

The copy constructor creates an Exchange.Layer object that shares the underlying smart-pointer of the source Exchange.Layer.

Parameters
in_thatThe source Exchange.Layer to copy.

Member Function Documentation

◆ GetComponents()

HPS.Exchange.Component [] HPS.Exchange.Layer.GetComponents ( )
inline

Get the list of components in this layer.

Returns
A list of components in this layer.

◆ GetIdentifier()

uint HPS.Exchange.Layer.GetIdentifier ( )
inline

Get the identifier of the layer.

Returns
The identifier of the layer.

◆ GetName()

string HPS.Exchange.Layer.GetName ( )
inline

Get the layer name.

Returns
The name of the layer.

◆ GetProductOccurrence()

HPS.Exchange.ProductOccurrence HPS.Exchange.Layer.GetProductOccurrence ( )
inline

Get the product occurrence in which the layer is defined.

Returns
The product occurrence in which the layer is defined.

◆ ObjectType()

override HPS.Type HPS.Exchange.Layer.ObjectType ( )
inlinevirtual

This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).

Returns
The declared type of the object in question, which may differ from the true, underlying type.

Reimplemented from HPS.Object.


The documentation for this class was generated from the following file:
  • internals/hps_sprk_exchange/source/cs/HPS.Exchange.cs