#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>
Go to the source code of this file.
Namespaces |
|
| namespace | XSI |
Classes |
|
| class | CDataArray2D |
| 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::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... |
|
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.