[ROOT] --> small

class agitoFeature
    extends CPtrArray as public

a feature is a collection of connected face sets . .

Source:
Agito.h:25

Constructors Index

agitoFeature
[public]
~agitoFeature
[public]


Variables Index

m_bFeatureAdded
[public]


Methods Index

Add
[public]
GetAt
[public]
mergeCFSFacetted
[public]
negate
[public]
removeCFSFacetted
[public]
validate
[public]


Constructors

agitoFeature

public agitoFeature ( ) ;

agitoFeature

public virtual ~ agitoFeature ( ) ;


Variables

m_bFeatureAdded

public bool m_bFeatureAdded


Methods

negate

public HRESULT negate ( void ) ;

GetAt

public void * GetAt ( int i ) const ;

Add

public int Add ( void * pConnected_face_setStep ) ;

validate

public HRESULT validate ( void ) ;

mergeCFSFacetted

public HRESULT mergeCFSFacetted ( int is ,
                                  CConnected_face_setStep * pShellStep ) ;

removeCFSFacetted

public HRESULT removeCFSFacetted ( int is ,
                                   CConnected_face_setStep * pShellStep ) ;


This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.

Click here to return to the top of the page.