DNA Calib 1.1
Project brief
|
Command is an abstract class whose implementations are expected to modify the DNA provided in the run() method in some way. More...
#include <Command.h>
Public Member Functions | |
virtual | ~Command () |
virtual void | run (DNACalibDNAReader *output)=0 |
Command is an abstract class whose implementations are expected to modify the DNA provided in the run() method in some way.
|
virtualdefault |
|
pure virtual |
Implemented in dnac::CalculateMeshLowerLODsCommand, dnac::ClearBlendShapesCommand, dnac::CommandSequence, dnac::ConditionalCommand< TCommand, TCondition >, dnac::PruneBlendShapeTargetsCommand, dnac::RemoveAnimatedMapCommand, dnac::RemoveBlendShapeCommand, dnac::RemoveJointAnimationCommand, dnac::RemoveJointCommand, dnac::RemoveMeshCommand, dnac::RenameAnimatedMapCommand, dnac::RenameBlendShapeCommand, dnac::RenameJointCommand, dnac::RenameMeshCommand, dnac::RotateCommand, dnac::ScaleCommand, dnac::SetBlendShapeTargetDeltasCommand, dnac::SetLODsCommand, dnac::SetNeutralJointRotationsCommand, dnac::SetNeutralJointTranslationsCommand, dnac::SetSkinWeightsCommand, dnac::SetVertexPositionsCommand, and dnac::TranslateCommand.