Mudbox/operation.h Source File

operation.h
Go to the documentation of this file.
1 
2 //**************************************************************************/
3 // Copyright (c) 2008 Autodesk, Inc.
4 // All rights reserved.
5 //
6 // Use of this software is subject to the terms of the Autodesk license
7 // agreement provided at the time of installation or download, or which
8 // otherwise accompanies this software in either electronic or hard copy form.
9 //
10 //**************************************************************************/
11 // DESCRIPTION:
12 // CREATED: October 2008
13 //**************************************************************************/
14 
15 namespace mudbox {
16 
26 class MBDLL_DECL Operation : public Node
27 {
29  Operation( void );
30  virtual ~Operation( void );
31 
48  virtual bool ExecuteAndInvert( void );
49 };
50 
51 
52 }; // end of namespace mudbox
53 
This is the base class for most classes in the Mudbox SDK.
Definition: node.h:740
Class: ConvolutionKernel.
Definition: array.h:15
The base class of all operations.
Definition: operation.h:26
#define DECLARE_CLASS
This macro should be used in declaration of classes which are inherited from the Node class (or any d...
Definition: node.h:91
#define MBDLL_DECL
Definition: dllinterface.h:35