CC-Fractal-Suite
Public Member Functions | Public Attributes | List of all members
CC::MultiXformStashData Struct Reference

Struct that stashes a vector of XformStashDatas for FractalSpace. More...

#include <StashData.h>

Inheritance diagram for CC::MultiXformStashData:
CC::StashData

Public Member Functions

void evalArgs (const OP_Node *node, fpreal t) override
 Method that sets parm values from node, based on time. More...
 

Public Attributes

std::vector< XformStashDataxforms
 Vector of Xform populated by evalArgs. More...
 

Detailed Description

Struct that stashes a vector of XformStashDatas for FractalSpace.

This can be natively used with the TEMPLATES_XFORM_MULTI macro from FractalNode.h.

Member Function Documentation

§ evalArgs()

void CC::MultiXformStashData::evalArgs ( const OP_Node *  node,
fpreal  t 
)
overridevirtual

Method that sets parm values from node, based on time.

Implements CC::StashData.

Member Data Documentation

§ xforms

std::vector<XformStashData> CC::MultiXformStashData::xforms

Vector of Xform populated by evalArgs.


The documentation for this struct was generated from the following files: