GeometricObjects Interface CATICGMOperator

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATICGMOperator

Base class for all the CGM operators.

To use a CGM operator:


Method Index


o GetFactory()
Returns the factory of this operator.
o GetOperatorId()
Retrieves the name of this operator.
o Run()
Runs this operator.
o SetOperatorId(CATString)
Defines the name of this operator.

Methods


o GetFactory
public virtual GetFactory()
Returns the factory of this operator.
Returns:
The pointer to the geometric factory that creates the output objects.
o GetOperatorId
public virtual GetOperatorId()
Retrieves the name of this operator.
Returns:
The name. This output string is part of the class and will be deleted at its deletion.
o Run
public virtual Run()
Runs this operator.
o SetOperatorId
public virtual SetOperatorId( const iOperatorName)
Defines the name of this operator.
Parameters:
iOperatorName
The name of the operator.

This object is included in the file: CATICGMOperator.h
If needed, your Imakefile.mk should include the module: CATGeometricObjects

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.