Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

H3DXHelper.h
1 /*
2 * Copyright (c) 2009 by Tech Soft 3D, LLC.
3 * The information contained herein is confidential and proprietary to
4 * Tech Soft 3D, LLC., and considered a trade secret as defined under
5 * civil and criminal statutes. Tech Soft 3D shall pursue its civil
6 * and criminal remedies in the event of unauthorized use or misappropriation
7 * of its trade secrets. Use of this information by anyone other than
8 * authorized employees of Tech Soft 3D, LLC. is granted only under a
9 * written non-disclosure agreement, expressly prescribing the scope and
10 * manner of such use.
11 *
12 * $Id: 32d1293d53d0e035c42da2d9d245b229da6a18b0 $
13 */
14 
15 #ifndef _H3DXHELPERPUBLISH_H
16 #define _H3DXHELPERPUBLISH_H
17 
18 
19 
20 #include "HIOUtilityPublish.h"
21 
22 
23 //PDF Writer using Publish
25 {
26 
27 public:
28  int ExportFromLayout(wchar_t const * file_name, A3DAsmModelFile *modelfile, HPDFOptions *options, HPDFLayoutManager *layoutManager, wchar_t const * javascript_file);
29  int Export(wchar_t const * file_name, A3DAsmModelFile *modelfile, HPDFOptions *options, wchar_t const * javascript_file);
30  char * GenerateJavascriptAnimationData(HBaseView *view);
31 
32 
33 
34 };
35 
36 
37 
38 
39 
40 
41 
42 
43 
44 #ifdef H_PACK_8
45 #pragma pack(pop)
46 #endif
47 
48 #endif
The HBaseView class defines and manages a view of model information.
Definition: HBaseView.h:337
Definition: H3DXHelper.h:24
Definition: HIOUtilityPublish.h:136