xsi_dataarray.h File Reference
 
 
 
xsi_dataarray.h File Reference

This reference page is linked to from the following overview topics: Registration Example, CustomVector3ToScalar Example, Element Generator Custom ICENodes, Code.


#include <sicppsdk.h>
#include <xsi_icenodecontext.h>
#include <xsi_indexset.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>
#include <xsi_shape.h>

File Description

CDataArray 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   CDataArray< T >
  This template class encapsulates the 1D data arrays passed to custom node plug-ins during a graph evaluation. The underlying data arrays are zero-based, the following types are available: More...
class   CDataArray< bool >
  This class is a specialization of a CDataArray class of type bool. More...
class   CDataArrayCustomType
  CDataArrayCustomType is used for storing binary data in a 1D element array of type CDataArrayCustomType::TData. More...
class   CDataArrayString
  CDataArrayString is used for storing wide character strings in a 1D element array. 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.