![]() |
ufe 7.0
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
|
#include "common/ufeExport.h"#include "types.h"#include <algorithm>#include <initializer_list>#include <iterator>#include <memory>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| class | Ufe::Array< T > |
| Array is a container class that encapsulates dynamic sized arrays. More... | |
Namespaces | |
| namespace | Ufe |
Typedefs | |
| typedef Array< bool > | Ufe::BoolArray |
| typedef Array< int > | Ufe::IntArray |
| typedef Array< unsigned int > | Ufe::UIntArray |
| typedef Array< float > | Ufe::FloatArray |
| typedef Array< double > | Ufe::DoubleArray |
| typedef Array< std::string > | Ufe::StringArray |
| typedef Array< Vector2i > | Ufe::Vector2iArray |
| typedef Array< Vector2f > | Ufe::Vector2fArray |
| typedef Array< Vector2d > | Ufe::Vector2dArray |
| typedef Array< Vector3i > | Ufe::Vector3iArray |
| typedef Array< Vector3f > | Ufe::Vector3fArray |
| typedef Array< Vector3d > | Ufe::Vector3dArray |
| typedef Array< Vector4i > | Ufe::Vector4iArray |
| typedef Array< Vector4f > | Ufe::Vector4fArray |
| typedef Array< Vector4d > | Ufe::Vector4dArray |
| typedef Array< Color3f > | Ufe::Color3fArray |
| typedef Array< Color4f > | Ufe::Color4fArray |
| typedef Array< Matrix3d > | Ufe::Matrix3dArray |
| typedef Array< Matrix4d > | Ufe::Matrix4dArray |