VisualizationFoundation CATViewport
Usage: you must use this class as is. You should never derive it.
public class CATViewport
Class taht defines the clipping area.
Method Index
- o
Clone()
- Duplicate the Viewport.
- o
Clone(CATViewport**)
- Duplicate a Viewport.
- o
operator =(CATViewport&)
- Affectation operator.
Methods
o Clone
-
Duplicate the Viewport.
- Returns:
- the copy of this CATViewport
o Clone
public virtual Clone( | | iViewport) |
-
Duplicate a Viewport.
- Parameters:
-
- iViewport
- A pointer to the pointer on the CATViewport into wich we want to duplicate this CATViewport.
- Returns:
- A pointer to the Duplicated CATviewport
o operator =
public operator =( | const | viewport) |
-
Affectation operator.
- Parameters:
-
- viewport
- A reference to the CATViewport we want to copy into this one.
- Returns:
- A reference to this CATViewport
This object is included in the file: CATViewport.h
If needed, your Imakefile.mk should include the module: CATVisFoundation
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.