xsi_ref.h File Reference
 
 
 
xsi_ref.h File Reference
#include "sicppsdk.h"
#include "xsi_string.h"
#include "xsi_decl.h"

File Description

XSI namespace, CRef class, and CRefArray class declarations.

Copyright 2008 Autodesk, Inc. All rights reserved. Use of this software is subject to the terms of the Autodesk license agreement provided at the time of installation or download, or which otherwise accompanies this software in either electronic or hard copy form.

Classes

class   CRef
  This class is used to reference Softimage objects. Each instance of an CRef maintains a link with only one single object at a time, it cannot refer to multiple objects. CRef has no base or derived class hierarchy and only contains methods for accessing the type of the underlying Softimage object. More...
class   CRefArray
  The CRefArray class holds generic CRef objects and acts as a base class for other specialized CRef array classes (CEdgeRefArray, CFacetRefArray, etc...). Like CRef class, the CRefArray class also provides a runtime type information system to help determining the object type during execution time. More...

Namespaces

namespace   XSI
 

The XSI namespace defines a region where all API classes are declared. Namespaces are used to prevent global namespace pollution and name clashing.


Functions

CRef  ConvertObject (void *in_pAuto)
void *  ConvertObject (const CRef &in_obj)

Go to the source code of this file.