HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CL_AsciiClipWriter.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: CL_AsciiClipWriter.h
7  *
8  * COMMENTS:
9  * This class writes to .clip files.
10  */
11 
12 #ifndef __CL_AsciiClipWriter_h__
13 #define __CL_AsciiClipWriter_h__
14 
15 #include "CL_API.h"
16 #include "CL_ClipWriter.h"
17 
18 #include <UT/UT_StringArray.h>
19 
20 class UT_OStream;
21 class CL_ClipPrivateIO;
22 
24 {
25 public:
26 
27  bool writeClip(const char *file_name, const CL_Clip &clip) override;
28  bool writeClip(UT_OStream &os, const CL_Clip &clip,
29  const CL_ClipPrivateIO *priv = 0);
30  bool writeClip(UT_OStream &os, const CL_Clip &clip,
31  UT_StringArray& parms, const CL_ClipPrivateIO *priv = 0);
32 };
33 
34 #endif
virtual bool writeClip(const char *file_name, const CL_Clip &clip)=0
#define CL_API
Definition: CL_API.h:10
IMATH_INTERNAL_NAMESPACE_HEADER_ENTER IMATH_HOSTDEVICE IMATH_CONSTEXPR14 T clip(const T &p, const Box< T > &box) IMATH_NOEXCEPT
Definition: ImathBoxAlgo.h:29