All Frameworks Class Hierarchy This Framework Previous Next Indexes
GSMInterfaces Interface CATIGSMExtremum
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIGSMExtremum
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIGSMExtremum
Interface to extremum feature.
* Role: Allows you to access data of the Extremum
- See also:
- CATIGSMFactory.CreateExtremum
Method Index
- o
GetDir(CATIGSMDirection_var&)
- Gets the direction into which the extremum is detected.
- o
GetDir2(CATIGSMDirection_var&)
- Gets the second direction into which the extremum is detected.
- o
GetDir3(CATIGSMDirection_var&)
- Gets the third direction into which the extremum is detected.
- o
GetExtremumType(GSMMinMax&)
- Gets the extremum type.
- o
GetExtremumType2(GSMMinMax&)
- Gets the extremum type of the second direction.
- o
GetExtremumType3(GSMMinMax&)
- Gets the extremum type of the third direction.
- o
GetReference(CATISpecObject_var&)
- Gets the element on which the extremum is detected.
- o
SetDir(CATIGSMDirection_var)
- Sets the direction into which the extremum is detected.
- o
SetDir2(CATIGSMDirection_var)
- Sets the second direction into which the extremum is detected.
- o
SetDir3(CATIGSMDirection_var)
- Sets the third direction into which the extremum is detected.
- o
SetExtremumType(GSMMinMax)
- Sets the extremum type.
- o
SetExtremumType2(GSMMinMax)
- Sets the extremum type of the second direction.
- o
SetExtremumType3(GSMMinMax)
- Sets the extremum type of the third direction.
- o
SetReference(CATISpecObject_var)
- Sets the element on which the extremum is detected.
Methods
o GetDir
public virtual HRESULT GetDir( | CATIGSMDirection_var& | oDirection) =0 |
-
Gets the direction into which the extremum is detected.
- Parameters:
-
- oDirection
- Direction into which the extremum is detected.
- See also:
- CATIGSMDirection
o GetDir2
public virtual HRESULT GetDir2( | CATIGSMDirection_var& | oDirection) =0 |
-
Gets the second direction into which the extremum is detected.
- Parameters:
-
- oDirection
- Direction into which the extremum is detected.
- See also:
- CATIGSMDirection
o GetDir3
public virtual HRESULT GetDir3( | CATIGSMDirection_var& | oDirection) =0 |
-
Gets the third direction into which the extremum is detected.
- Parameters:
-
- oDirection
- Direction into which the extremum is detected.
- See also:
- CATIGSMDirection
o GetExtremumType
-
Gets the extremum type.
- Parameters:
-
- oExtremumType
- Extremum mode to get a maximum point(GSMMax) or a minimum point(GSMMin)
- See also:
- GSMMinMax
o GetExtremumType2
-
Gets the extremum type of the second direction.
- Parameters:
-
- oExtremumType
- Extremum mode to get a maximum point(GSMMax) or a minimum point(GSMMin)
- See also:
- GSMMinMax
o GetExtremumType3
-
Gets the extremum type of the third direction.
- Parameters:
-
- oExtremumType
- Extremum mode to get a maximum point(GSMMax) or a minimum point(GSMMin)
- See also:
- GSMMinMax
o GetReference
public virtual HRESULT GetReference( | CATISpecObject_var& | oReference) =0 |
-
Gets the element on which the extremum is detected.
- Parameters:
-
- oReference
- Reference element
- See also:
- CATISpecObject
o SetDir
-
Sets the direction into which the extremum is detected.
- Parameters:
-
- iDirection
- Direction into which the extremum is detected.
- See also:
- CATIGSMDirection
o SetDir2
-
Sets the second direction into which the extremum is detected.
- Parameters:
-
- iDirection
- Direction into which the extremum is detected.
iDirection = NULL_var unsets the direction.
- See also:
- CATIGSMDirection
o SetDir3
-
Sets the third direction into which the extremum is detected.
- Parameters:
-
- iDirection
- Direction into which the extremum is detected.
iDirection = NULL_var unsets the direction.
- See also:
- CATIGSMDirection
o SetExtremumType
-
Sets the extremum type.
- Parameters:
-
- oExtremumType
- Extremum mode to set a maximum point(GSMMax) or a minimum point(GSMMin)
- See also:
- GSMMinMax
o SetExtremumType2
-
Sets the extremum type of the second direction.
- Parameters:
-
- oExtremumType
- Extremum mode to set a maximum point(GSMMax) or a minimum point(GSMMin)
- See also:
- GSMMinMax
o SetExtremumType3
-
Sets the extremum type of the third direction.
- Parameters:
-
- oExtremumType
- Extremum mode to set a maximum point(GSMMax) or a minimum point(GSMMin)
- See also:
- GSMMinMax
o SetReference
-
Sets the element on which the extremum is detected.
- Parameters:
-
- iReference
- Reference element
- See also:
- CATISpecObject
This object is included in the file: CATIGSMExtremum.h
If needed, your Imakefile.mk should include the module: CATGitInterfaces