Cleanup: use conforming header guard

This commit is contained in:
2018-08-08 11:49:51 +10:00
parent d07d3e0987
commit f86c965d7f
195 changed files with 397 additions and 397 deletions

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_CPUDevice_h #ifndef __COM_CPUDEVICE_H__
#define _COM_CPUDevice_h #define __COM_CPUDEVICE_H__
#include "COM_Device.h" #include "COM_Device.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_ChunkOrder_h_ #ifndef __COM_CHUNKORDER_H__
#define _COM_ChunkOrder_h_ #define __COM_CHUNKORDER_H__
#include "COM_ChunkOrderHotspot.h" #include "COM_ChunkOrderHotspot.h"
class ChunkOrder { class ChunkOrder {

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_ChunkOrderHotSpot_h_ #ifndef __COM_CHUNKORDERHOTSPOT_H__
#define _COM_ChunkOrderHotSpot_h_ #define __COM_CHUNKORDERHOTSPOT_H__
#ifdef WITH_CXX_GUARDEDALLOC #ifdef WITH_CXX_GUARDEDALLOC
#include "MEM_guardedalloc.h" #include "MEM_guardedalloc.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_CompositorContext_h #ifndef __COM_COMPOSITORCONTEXT_H__
#define _COM_CompositorContext_h #define __COM_COMPOSITORCONTEXT_H__
#include <vector> #include <vector>
#include <string> #include <string>

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_Converter_h #ifndef __COM_CONVERTER_H__
#define _COM_Converter_h #define __COM_CONVERTER_H__
#ifdef WITH_CXX_GUARDEDALLOC #ifdef WITH_CXX_GUARDEDALLOC
# include "MEM_guardedalloc.h" # include "MEM_guardedalloc.h"

View File

@@ -19,8 +19,8 @@
* Lukas Toenne * Lukas Toenne
*/ */
#ifndef _COM_Debug_h #ifndef __COM_DEBUG_H__
#define _COM_Debug_h #define __COM_DEBUG_H__
#include <map> #include <map>
#include <string> #include <string>

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_Device_h #ifndef __COM_DEVICE_H__
#define _COM_Device_h #define __COM_DEVICE_H__
#include "COM_WorkPackage.h" #include "COM_WorkPackage.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_ExecutionGroup_h #ifndef __COM_EXECUTIONGROUP_H__
#define _COM_ExecutionGroup_h #define __COM_EXECUTIONGROUP_H__
#include "COM_Node.h" #include "COM_Node.h"
#include "COM_NodeOperation.h" #include "COM_NodeOperation.h"

View File

@@ -22,8 +22,8 @@
class ExecutionGroup; class ExecutionGroup;
#ifndef _COM_ExecutionSystem_h #ifndef __COM_EXECUTIONSYSTEM_H__
#define _COM_ExecutionSystem_h #define __COM_EXECUTIONSYSTEM_H__
#include "DNA_color_types.h" #include "DNA_color_types.h"
#include "DNA_node_types.h" #include "DNA_node_types.h"
@@ -185,4 +185,4 @@ private:
#endif #endif
}; };
#endif /* _COM_ExecutionSystem_h */ #endif /* __COM_EXECUTIONSYSTEM_H__ */

View File

@@ -22,8 +22,8 @@
class MemoryBuffer; class MemoryBuffer;
#ifndef _COM_MemoryBuffer_h_ #ifndef __COM_MEMORYBUFFER_H__
#define _COM_MemoryBuffer_h_ #define __COM_MEMORYBUFFER_H__
#include "COM_ExecutionGroup.h" #include "COM_ExecutionGroup.h"
#include "COM_MemoryProxy.h" #include "COM_MemoryProxy.h"

View File

@@ -23,8 +23,8 @@
class MemoryProxy; class MemoryProxy;
#ifndef _COM_MemoryProxy_h_ #ifndef __COM_MEMORYPROXY_H__
#define _COM_MemoryProxy_h_ #define __COM_MEMORYPROXY_H__
#include "COM_ExecutionGroup.h" #include "COM_ExecutionGroup.h"
class ExecutionGroup; class ExecutionGroup;

View File

@@ -19,8 +19,8 @@
* Lukas Toenne * Lukas Toenne
*/ */
#ifndef _COM_NodeCompiler_h #ifndef __COM_NODECONVERTER_H__
#define _COM_NodeCompiler_h #define __COM_NODECONVERTER_H__
#ifdef WITH_CXX_GUARDEDALLOC #ifdef WITH_CXX_GUARDEDALLOC
# include "MEM_guardedalloc.h" # include "MEM_guardedalloc.h"
@@ -118,4 +118,4 @@ private:
#endif #endif
}; };
#endif /* _COM_NodeCompiler_h */ #endif /* __COM_NODECONVERTER_H__ */

View File

@@ -19,8 +19,8 @@
* Lukas Toenne * Lukas Toenne
*/ */
#ifndef _COM_NodeGraph_h #ifndef __COM_NODEGRAPH_H__
#define _COM_NodeGraph_h #define __COM_NODEGRAPH_H__
#include <map> #include <map>
#include <set> #include <set>
@@ -113,4 +113,4 @@ protected:
#endif #endif
}; };
#endif /* _COM_NodeGraph_h */ #endif /* __COM_NODEGRAPH_H__ */

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_Operation_h #ifndef __COM_NODEOPERATION_H__
#define _COM_Operation_h #define __COM_NODEOPERATION_H__
#include <list> #include <list>
#include <string> #include <string>

View File

@@ -19,8 +19,8 @@
* Lukas Toenne * Lukas Toenne
*/ */
#ifndef _COM_NodeCompilerImpl_h #ifndef __COM_NODEOPERATIONBUILDER_H__
#define _COM_NodeCompilerImpl_h #define __COM_NODEOPERATIONBUILDER_H__
#include <map> #include <map>
#include <set> #include <set>
@@ -167,4 +167,4 @@ private:
#endif #endif
}; };
#endif /* _COM_NodeCompilerImpl_h */ #endif /* __COM_NODEOPERATIONBUILDER_H__ */

View File

@@ -22,8 +22,8 @@
class OpenCLDevice; class OpenCLDevice;
#ifndef _COM_OpenCLDevice_h #ifndef __COM_OPENCLDEVICE_H__
#define _COM_OpenCLDevice_h #define __COM_OPENCLDEVICE_H__
#include "COM_Device.h" #include "COM_Device.h"
#include "clew.h" #include "clew.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_SingleThreadedOperation_h #ifndef __COM_SINGLETHREADEDOPERATION_H__
#define _COM_SingleThreadedOperation_h #define __COM_SINGLETHREADEDOPERATION_H__
#include "COM_NodeOperation.h" #include "COM_NodeOperation.h"
class SingleThreadedOperation : public NodeOperation { class SingleThreadedOperation : public NodeOperation {

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_SocketReader_h #ifndef __COM_SOCKETREADER_H__
#define _COM_SocketReader_h #define __COM_SOCKETREADER_H__
#include "BLI_rect.h" #include "BLI_rect.h"
#include "COM_defines.h" #include "COM_defines.h"
@@ -121,4 +121,4 @@ public:
#endif #endif
}; };
#endif /* _COM_SocketReader_h */ #endif /* __COM_SOCKETREADER_H__ */

View File

@@ -22,8 +22,8 @@
class WorkPackage; class WorkPackage;
#ifndef _COM_WorkPackage_h_ #ifndef __COM_WORKPACKAGE_H__
#define _COM_WorkPackage_h_ #define __COM_WORKPACKAGE_H__
class ExecutionGroup; class ExecutionGroup;
#include "COM_ExecutionGroup.h" #include "COM_ExecutionGroup.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_WorkScheduler_h_ #ifndef __COM_WORKSCHEDULER_H__
#define _COM_WorkScheduler_h_ #define __COM_WORKSCHEDULER_H__
#include "COM_ExecutionGroup.h" #include "COM_ExecutionGroup.h"
extern "C" { extern "C" {
@@ -120,4 +120,4 @@ public:
#endif #endif
}; };
#endif /* _COM_WorkScheduler_h_ */ #endif /* __COM_WORKSCHEDULER_H__ */

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_AlphaOverNode_h_ #ifndef __COM_ALPHAOVERNODE_H__
#define _COM_AlphaOverNode_h_ #define __COM_ALPHAOVERNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_BilateralBlurNode_h_ #ifndef __COM_BILATERALBLURNODE_H__
#define _COM_BilateralBlurNode_h_ #define __COM_BILATERALBLURNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_BlurNode_h_ #ifndef __COM_BLURNODE_H__
#define _COM_BlurNode_h_ #define __COM_BLURNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_BokehBlurNode_h_ #ifndef __COM_BOKEHBLURNODE_H__
#define _COM_BokehBlurNode_h_ #define __COM_BOKEHBLURNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_BokehImageNode_h_ #ifndef __COM_BOKEHIMAGENODE_H__
#define _COM_BokehImageNode_h_ #define __COM_BOKEHIMAGENODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_BoxMaskNode_h_ #ifndef __COM_BOXMASKNODE_H__
#define _COM_BoxMaskNode_h_ #define __COM_BOXMASKNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_BrightnessNode_h_ #ifndef __COM_BRIGHTNESSNODE_H__
#define _COM_BrightnessNode_h_ #define __COM_BRIGHTNESSNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto * Dalai Felinto
*/ */
#ifndef _COM_ChannelMatteNode_h_ #ifndef __COM_CHANNELMATTENODE_H__
#define _COM_ChannelMatteNode_h_ #define __COM_CHANNELMATTENODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto * Dalai Felinto
*/ */
#ifndef _COM_ChromaMatteNode_h_ #ifndef __COM_CHROMAMATTENODE_H__
#define _COM_ChromaMatteNode_h_ #define __COM_CHROMAMATTENODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_ColorBalanceNode_h_ #ifndef __COM_COLORBALANCENODE_H__
#define _COM_ColorBalanceNode_h_ #define __COM_COLORBALANCENODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_ColorCorrectionNode_h_ #ifndef __COM_COLORCORRECTIONNODE_H__
#define _COM_ColorCorrectionNode_h_ #define __COM_COLORCORRECTIONNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_ColorCurveNode_h_ #ifndef __COM_COLORCURVENODE_H__
#define _COM_ColorCurveNode_h_ #define __COM_COLORCURVENODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto * Dalai Felinto
*/ */
#ifndef _COM_ColorMatteNode_h_ #ifndef __COM_COLORMATTENODE_H__
#define _COM_ColorMatteNode_h_ #define __COM_COLORMATTENODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_ColorNode_h_ #ifndef __COM_COLORNODE_H__
#define _COM_ColorNode_h_ #define __COM_COLORNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_ColorRampNode_h_ #ifndef __COM_COLORRAMPNODE_H__
#define _COM_ColorRampNode_h_ #define __COM_COLORRAMPNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_ColorSpillNode_h_ #ifndef __COM_COLORSPILLNODE_H__
#define _COM_ColorSpillNode_h_ #define __COM_COLORSPILLNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_ColorToBWNode_h_ #ifndef __COM_COLORTOBWNODE_H__
#define _COM_ColorToBWNode_h_ #define __COM_COLORTOBWNODE_H__
#include "COM_Node.h" #include "COM_Node.h"
#include "DNA_node_types.h" #include "DNA_node_types.h"

View File

@@ -21,8 +21,8 @@
* Lukas Toenne * Lukas Toenne
*/ */
#ifndef _COM_CombineColorNode_h_ #ifndef __COM_COMBINECOLORNODE_H__
#define _COM_CombineColorNode_h_ #define __COM_COMBINECOLORNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_CompositorNode_h_ #ifndef __COM_COMPOSITORNODE_H__
#define _COM_CompositorNode_h_ #define __COM_COMPOSITORNODE_H__
#include "COM_Node.h" #include "COM_Node.h"
#include "DNA_node_types.h" #include "DNA_node_types.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto * Dalai Felinto
*/ */
#ifndef _COM_ConvertAlphaNode_h_ #ifndef __COM_CONVERTALPHANODE_H__
#define _COM_ConvertAlphaNode_h_ #define __COM_CONVERTALPHANODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -19,8 +19,8 @@
* Lukas Toenne * Lukas Toenne
*/ */
#ifndef _COM_CornerPinNode_h #ifndef __COM_CORNERPINNODE_H__
#define _COM_CornerPinNode_h #define __COM_CORNERPINNODE_H__
#include "COM_Node.h" #include "COM_Node.h"
@@ -38,4 +38,4 @@ public:
void convertToOperations(NodeConverter &converter, const CompositorContext &context) const; void convertToOperations(NodeConverter &converter, const CompositorContext &context) const;
}; };
#endif /* _COM_CornerPinNode_h */ #endif /* __COM_CORNERPINNODE_H__ */

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_CropNode_h_ #ifndef __COM_CROPNODE_H__
#define _COM_CropNode_h_ #define __COM_CROPNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -19,8 +19,8 @@
* Lukas Stockner * Lukas Stockner
*/ */
#ifndef _COM_CryptomatteNode_h_ #ifndef __COM_CRYPTOMATTENODE_H__
#define _COM_CryptomatteNode_h_ #define __COM_CRYPTOMATTENODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_DefocusNode_h_ #ifndef __COM_DEFOCUSNODE_H__
#define _COM_DefocusNode_h_ #define __COM_DEFOCUSNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -18,8 +18,8 @@
* Contributor: Campbell Barton * Contributor: Campbell Barton
*/ */
#ifndef _COM_DespeckleNode_h_ #ifndef __COM_DESPECKLENODE_H__
#define _COM_DespeckleNode_h_ #define __COM_DESPECKLENODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_DifferenceMatteNode_h_ #ifndef __COM_DIFFERENCEMATTENODE_H__
#define _COM_DifferenceMatteNode_h_ #define __COM_DIFFERENCEMATTENODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_DilateErodeNode_h_ #ifndef __COM_DILATEERODENODE_H__
#define _COM_DilateErodeNode_h_ #define __COM_DILATEERODENODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_DirectionalBlurNode_h_ #ifndef __COM_DIRECTIONALBLURNODE_H__
#define _COM_DirectionalBlurNode_h_ #define __COM_DIRECTIONALBLURNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto * Dalai Felinto
*/ */
#ifndef _COM_DisplaceNode_h_ #ifndef __COM_DISPLACENODE_H__
#define _COM_DisplaceNode_h_ #define __COM_DISPLACENODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto * Dalai Felinto
*/ */
#ifndef _COM_DistanceMatteNode_h_ #ifndef __COM_DISTANCEMATTENODE_H__
#define _COM_DistanceMatteNode_h_ #define __COM_DISTANCEMATTENODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_DoubleEdgeMaskNode_h_ #ifndef __COM_DOUBLEEDGEMASKNODE_H__
#define _COM_DoubleEdgeMaskNode_h_ #define __COM_DOUBLEEDGEMASKNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_EllipseMaskNode_h_ #ifndef __COM_ELLIPSEMASKNODE_H__
#define _COM_EllipseMaskNode_h_ #define __COM_ELLIPSEMASKNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_FlipNode_h_ #ifndef __COM_FLIPNODE_H__
#define _COM_FlipNode_h_ #define __COM_FLIPNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_GammaNode_h_ #ifndef __COM_GAMMANODE_H__
#define _COM_GammaNode_h_ #define __COM_GAMMANODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_GlareNode_h_ #ifndef __COM_GLARENODE_H__
#define _COM_GlareNode_h_ #define __COM_GLARENODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_HueSaturationValueCorrectNode_h_ #ifndef __COM_HUESATURATIONVALUECORRECTNODE_H__
#define _COM_HueSaturationValueCorrectNode_h_ #define __COM_HUESATURATIONVALUECORRECTNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_HueSaturationValueNode_h_ #ifndef __COM_HUESATURATIONVALUENODE_H__
#define _COM_HueSaturationValueNode_h_ #define __COM_HUESATURATIONVALUENODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_IDMaskNode_h_ #ifndef __COM_IDMASKNODE_H__
#define _COM_IDMaskNode_h_ #define __COM_IDMASKNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_InpaintNode_h_ #ifndef __COM_INPAINTNODE_H__
#define _COM_InpaintNode_h_ #define __COM_INPAINTNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_InvertNode_h_ #ifndef __COM_INVERTNODE_H__
#define _COM_InvertNode_h_ #define __COM_INVERTNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_LensDistortionNode_h_ #ifndef __COM_LENSDISTORTIONNODE_H__
#define _COM_LensDistortionNode_h_ #define __COM_LENSDISTORTIONNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto * Dalai Felinto
*/ */
#ifndef _COM_MapUVNode_h_ #ifndef __COM_MAPUVNODE_H__
#define _COM_MapUVNode_h_ #define __COM_MAPUVNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_MathNode_h_ #ifndef __COM_MATHNODE_H__
#define _COM_MathNode_h_ #define __COM_MATHNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_MixNode_h_ #ifndef __COM_MIXNODE_H__
#define _COM_MixNode_h_ #define __COM_MIXNODE_H__
#include "COM_Node.h" #include "COM_Node.h"
#include "DNA_node_types.h" #include "DNA_node_types.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_MovieDistortionNode_h_ #ifndef __COM_MOVIEDISTORTIONNODE_H__
#define _COM_MovieDistortionNode_h_ #define __COM_MOVIEDISTORTIONNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_NormalNode_h_ #ifndef __COM_NORMALNODE_H__
#define _COM_NormalNode_h_ #define __COM_NORMALNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto * Dalai Felinto
*/ */
#ifndef _COM_NormalizeNode_h_ #ifndef __COM_NORMALIZENODE_H__
#define _COM_NormalizeNode_h_ #define __COM_NORMALIZENODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -21,8 +21,8 @@
* Lukas Tönne * Lukas Tönne
*/ */
#ifndef _COM_OutputFileNode_h_ #ifndef __COM_OUTPUTFILENODE_H__
#define _COM_OutputFileNode_h_ #define __COM_OUTPUTFILENODE_H__
#include "COM_Node.h" #include "COM_Node.h"
#include "DNA_node_types.h" #include "DNA_node_types.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_PixelateNode_h_ #ifndef __COM_PIXELATENODE_H__
#define _COM_PixelateNode_h_ #define __COM_PIXELATENODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_RotateNode_h_ #ifndef __COM_ROTATENODE_H__
#define _COM_RotateNode_h_ #define __COM_ROTATENODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_ScaleNode_h_ #ifndef __COM_SCALENODE_H__
#define _COM_ScaleNode_h_ #define __COM_SCALENODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -21,8 +21,8 @@
* Lukas Toenne * Lukas Toenne
*/ */
#ifndef _COM_SeparateColorNode_h_ #ifndef __COM_SEPARATECOLORNODE_H__
#define _COM_SeparateColorNode_h_ #define __COM_SEPARATECOLORNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_SetAlphaNode_h_ #ifndef __COM_SETALPHANODE_H__
#define _COM_SetAlphaNode_h_ #define __COM_SETALPHANODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_SocketProxyNode_h_ #ifndef __COM_SOCKETPROXYNODE_H__
#define _COM_SocketProxyNode_h_ #define __COM_SOCKETPROXYNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_SplitViewerNode_h_ #ifndef __COM_SPLITVIEWERNODE_H__
#define _COM_SplitViewerNode_h_ #define __COM_SPLITVIEWERNODE_H__
#include "COM_Node.h" #include "COM_Node.h"
#include "DNA_node_types.h" #include "DNA_node_types.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_Stabilize2dNode_h_ #ifndef __COM_STABILIZE2DNODE_H__
#define _COM_Stabilize2dNode_h_ #define __COM_STABILIZE2DNODE_H__
#include "COM_Node.h" #include "COM_Node.h"
#include "DNA_node_types.h" #include "DNA_node_types.h"

View File

@@ -19,8 +19,8 @@
* Lukas Toenne * Lukas Toenne
*/ */
#ifndef _COM_SunBeamsNode_h_ #ifndef __COM_SUNBEAMSNODE_H__
#define _COM_SunBeamsNode_h_ #define __COM_SUNBEAMSNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_SwitchNode_h_ #ifndef __COM_SWITCHNODE_H__
#define _COM_SwitchNode_h_ #define __COM_SWITCHNODE_H__
#include "COM_Node.h" #include "COM_Node.h"
#include "COM_NodeOperation.h" #include "COM_NodeOperation.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto * Dalai Felinto
*/ */
#ifndef _COM_SwitchViewNode_h_ #ifndef __COM_SWITCHVIEWNODE_H__
#define _COM_SwitchViewNode_h_ #define __COM_SWITCHVIEWNODE_H__
#include "COM_Node.h" #include "COM_Node.h"
#include "COM_NodeOperation.h" #include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_TimeNode_h_ #ifndef __COM_TIMENODE_H__
#define _COM_TimeNode_h_ #define __COM_TIMENODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_TonemapNode_h_ #ifndef __COM_TONEMAPNODE_H__
#define _COM_TonemapNode_h_ #define __COM_TONEMAPNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_TranslateNode_h_ #ifndef __COM_TRANSLATENODE_H__
#define _COM_TranslateNode_h_ #define __COM_TRANSLATENODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_ValueNode_h_ #ifndef __COM_VALUENODE_H__
#define _COM_ValueNode_h_ #define __COM_VALUENODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_VectorBlurNode_h_ #ifndef __COM_VECTORBLURNODE_H__
#define _COM_VectorBlurNode_h_ #define __COM_VECTORBLURNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_VectorCurveNode_h_ #ifndef __COM_VECTORCURVENODE_H__
#define _COM_VectorCurveNode_h_ #define __COM_VECTORCURVENODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_ViewLevelsNode_h_ #ifndef __COM_VIEWLEVELSNODE_H__
#define _COM_ViewLevelsNode_h_ #define __COM_VIEWLEVELSNODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_ViewerNode_h_ #ifndef __COM_VIEWERNODE_H__
#define _COM_ViewerNode_h_ #define __COM_VIEWERNODE_H__
#include "COM_Node.h" #include "COM_Node.h"
#include "DNA_node_types.h" #include "DNA_node_types.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_ZCombineNode_h_ #ifndef __COM_ZCOMBINENODE_H__
#define _COM_ZCombineNode_h_ #define __COM_ZCOMBINENODE_H__
#include "COM_Node.h" #include "COM_Node.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_AlphaOverKeyOperation_h #ifndef __COM_ALPHAOVERKEYOPERATION_H__
#define _COM_AlphaOverKeyOperation_h #define __COM_ALPHAOVERKEYOPERATION_H__
#include "COM_MixOperation.h" #include "COM_MixOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_AlphaOverMixedOperation_h_ #ifndef __COM_ALPHAOVERMIXEDOPERATION_H__
#define _COM_AlphaOverMixedOperation_h_ #define __COM_ALPHAOVERMIXEDOPERATION_H__
#include "COM_MixOperation.h" #include "COM_MixOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_AlphaOverPremultiplyOperation_h #ifndef __COM_ALPHAOVERPREMULTIPLYOPERATION_H__
#define _COM_AlphaOverPremultiplyOperation_h #define __COM_ALPHAOVERPREMULTIPLYOPERATION_H__
#include "COM_MixOperation.h" #include "COM_MixOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_AntiAliasOperation_h #ifndef __COM_ANTIALIASOPERATION_H__
#define _COM_AntiAliasOperation_h #define __COM_ANTIALIASOPERATION_H__
#include "COM_NodeOperation.h" #include "COM_NodeOperation.h"
#include "DNA_node_types.h" #include "DNA_node_types.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_BlurBaseOperation_h #ifndef __COM_BLURBASEOPERATION_H__
#define _COM_BlurBaseOperation_h #define __COM_BLURBASEOPERATION_H__
#include "COM_NodeOperation.h" #include "COM_NodeOperation.h"
#include "COM_QualityStepHelper.h" #include "COM_QualityStepHelper.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_BokehImageOperation_h #ifndef __COM_BOKEHIMAGEOPERATION_H__
#define _COM_BokehImageOperation_h #define __COM_BOKEHIMAGEOPERATION_H__
#include "COM_NodeOperation.h" #include "COM_NodeOperation.h"
/** /**

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_BoxMaskOperation_h #ifndef __COM_BOXMASKOPERATION_H__
#define _COM_BoxMaskOperation_h #define __COM_BOXMASKOPERATION_H__
#include "COM_NodeOperation.h" #include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_BrightnessOperation_h #ifndef __COM_BRIGHTNESSOPERATION_H__
#define _COM_BrightnessOperation_h #define __COM_BRIGHTNESSOPERATION_H__
#include "COM_NodeOperation.h" #include "COM_NodeOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_CalculateMeanOperation_h #ifndef __COM_CALCULATEMEANOPERATION_H__
#define _COM_CalculateMeanOperation_h #define __COM_CALCULATEMEANOPERATION_H__
#include "COM_NodeOperation.h" #include "COM_NodeOperation.h"
#include "DNA_node_types.h" #include "DNA_node_types.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_CalculateStandardDeviationOperation_h #ifndef __COM_CALCULATESTANDARDDEVIATIONOPERATION_H__
#define _COM_CalculateStandardDeviationOperation_h #define __COM_CALCULATESTANDARDDEVIATIONOPERATION_H__
#include "COM_NodeOperation.h" #include "COM_NodeOperation.h"
#include "DNA_node_types.h" #include "DNA_node_types.h"
#include "COM_CalculateMeanOperation.h" #include "COM_CalculateMeanOperation.h"

View File

@@ -20,8 +20,8 @@
* Monique Dewanchand * Monique Dewanchand
*/ */
#ifndef _COM_ChangeHSVOperation_h #ifndef __COM_CHANGEHSVOPERATION_H__
#define _COM_ChangeHSVOperation_h #define __COM_CHANGEHSVOPERATION_H__
#include "COM_MixOperation.h" #include "COM_MixOperation.h"

View File

@@ -19,8 +19,8 @@
* Dalai Felinto * Dalai Felinto
*/ */
#ifndef _COM_ChannelMatteOperation_h #ifndef __COM_CHANNELMATTEOPERATION_H__
#define _COM_ChannelMatteOperation_h #define __COM_CHANNELMATTEOPERATION_H__
#include "COM_MixOperation.h" #include "COM_MixOperation.h"

Some files were not shown because too many files have changed in this diff Show More