All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATAnalysisVisuInterfaces Interface CATISamImageOutput

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATISamImageOutput
 

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


interface CATISamImageOutput

Analysis Images outputs.
Role: Analysis Images is the result visualization of the collector characteristics. Query this interface in order to get the collector characteristics of an existing Image.


Method Index


o GetCharacCollectors(CATAnalysisCharacCollector**&)
Retrieves the collector characteristics for each entity dimensions (1D,2D,3D).

Methods


o GetCharacCollectors
public virtual HRESULT GetCharacCollectors( const CATAnalysisCharacCollector**& oCharacCollectors)= 0
Retrieves the collector characteristics for each entity dimensions (1D,2D,3D).
Parameters:
oCharacCollectors.
A pointer to the collector characteristics. The number of CATAnalysisCharacCollector is 3, one per dimension. The charac collector for one given dimension can be NULL. The charac collector will be filtered whith the entities corresponding whith the given dimension. The CATISamImage must be uptodate. Release has to be called on each CATAnalysisCharacCollector object.

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

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