xsi_dataarray2D.h File Reference
 
 
 
xsi_dataarray2D.h File Reference

This reference page is linked to from the following overview topics: CustomVector3ToScalar Example, Code.


#include <sicppsdk.h>
#include <xsi_icenodecontext.h>
#include <xsi_indexset.h>
#include <xsi_dataarray.h>
#include <xsi_vector2f.h>
#include <xsi_vector3f.h>
#include <xsi_vector4f.h>
#include <xsi_quaternionf.h>
#include <xsi_rotationf.h>
#include <xsi_matrix3f.h>
#include <xsi_matrix4f.h>
#include <xsi_color4f.h>

File Description

CDataArray2D classes declaration.

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   CDataArray2D< T >
  This template class encapsulates 2D data arrays that are passed to custom node plug-ins during a graph evaluation. The underlying data arrays are zero-based, the following types are available: More...
class   CDataArray2D< T >::Accessor
  A class for accessing the sub-array data of CDataArray2D objects. More...
class   CDataArray2D< bool >
  This class is a specialization of a CDataArray2D class of type bool. More...
class   CDataArray2D< bool >::Accessor
  A class for accessing the sub-array data of CDataArray2D< bool > objects. More...
class   CDataArray2DCustomType
  CDataArray2DCustomType is used for storing binary data in a 2D element array of type CDataArray2DCustomType::TData. More...
class   CDataArray2DCustomType::Accessor
  Accessor gives access to the user data values stored in a CDataArray2DCustomType object. More...
class   CDataArray2DString
  CDataArray2DString is used for storing strings in a 2D element array. More...
class   CDataArray2DString::Accessor
  Accessor gives access to the string data stored in a CDataArray2DString object. 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.


Go to the source code of this file.