3DCoat Core API
The 3DCoat API documentation.
|
Use the coat::list<...> template if you need simple arrays. See the full descriprion of cList (same as coat::list) for the full description.
There are several examples of valid operations with arrays
Of course you can use any std containers like the std::vector<...>. But coat::list is more convenient and functionally rich. 3DCoat offers other types of arrays for more specific applications. This is StackArray for the fast array creation and access without the mandatory memory allocation and BigDynArray for the huge amount of elements when they can't be allocated into a single memory chunk. Look also the ValuesField for the rich toolset over the 2D float fields/images.