35 #ifndef IECORE_CLIPPINGPLANE_H
36 #define IECORE_CLIPPINGPLANE_H
38 #include "IECore/Export.h"
39 #include "IECore/PreWorldRenderable.h"
44 class IECORE_API ClippingPlane :
public PreWorldRenderable
49 ~ClippingPlane()
override;
51 IE_CORE_DECLAREOBJECT( ClippingPlane, PreWorldRenderable );
53 void render( Renderer *renderer )
const override;
57 IE_CORE_DECLAREPTR( ClippingPlane );
61 #endif // IECORE_CLIPPINGPLANE_H
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43