#include
<sicppsdk.h>
#include <xsi_iceattributedataarray.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>
CICEAttributeDataArray2D 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 | CICEAttributeDataArray2D< T > |
This template class encapsulates
ICEAttribute data as a 2D array. CICEAttributeDataArray2D
objects are read-only and can be filled with the methods supplied
with the
ICEAttribute class. CICEAttributeDataArray2D is zero-based and
can be one of the following types: More... |
|
class | CICEAttributeDataArray2DCustomType |
This class is a specialization of
CICEAttributeDataArray to give access to the
ICEAttribute data as a 2D array of type
siICENodeDataCustomType. CICEAttributeDataArray2DCustomType
objects are read-only and can be filled with the methods supplied
with the
ICEAttribute class. More... |
|
class | CICEAttributeDataArray2DString |
This class is a specialization of
CICEAttributeDataArray2D which allows access to the
ICEAttribute data as a 2D array of type
siICENodeDataString. CICEAttributeDataArray2DString objects are
read-only and can be filled with the methods supplied with the
ICEAttribute class. 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. |