All Frameworks  Class Hierarchy  This Framework  Previous  Indexes

ObjectModelerBase Class CATStreamArea

CATStreamArea
 

Usage: you must use this class as is. You should never derive it.


public class CATStreamArea

Class to define an area.


Constructor and Destructor Index


o CATStreamArea()
Constructs an empty area.
o ~CATStreamArea()

Method Index


o Put(void*)
Assigns an area to an another one.
o length()
returns size of the area.

Constructor and Destructor


o CATStreamArea
public CATStreamArea()
Constructs an empty area.
o ~CATStreamArea
public virtual ~CATStreamArea()

Methods


o Put
public void Put(void* iArea)
Assigns an area to an another one.
Parameters:
iArea
area to assign to this.
o length
public CATULONG32 length()
returns size of the area.

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

Copyright © 2003, Dassault Systèmes. All rights reserved.