IModel.h File Reference

Go to the source code of this file.

Classes

class  artec::sdk::base::IModel
 This is a container of Scan(s) and a single CompositeContainer. More...
 

Namespaces

 artec
 
 artec::sdk
 
 artec::sdk::base
 

Functions

ErrorCode ABASESDK_LINK_SPEC artec::sdk::base::createModel (IModel **pContainer)
 Create new Model. More...
 
ErrorCode ABASESDK_LINK_SPEC artec::sdk::base::cloneModel (IModel *out, const IModel *in)
 create new Scans and CompositeContainer, but clone all content More...
 
bool ABASESDK_LINK_SPEC artec::sdk::base::allScansInModelEmpty (const IModel *in)
 check for empty scan collection More...
 
bool ABASESDK_LINK_SPEC artec::sdk::base::isCompositeContainerInModelEmpty (const IModel *in)
 check for empty CompositeContainer More...