summaryrefslogtreecommitdiff
path: root/src/Graphic3d/Graphic3d_GraphicDriver_Export.cxx
blob: 73d6ea58a65b539ec77aba67adccb869c1a7cff3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/************************************************************************/
/* Includes                                                             */
/************************************************************************/

#include <Graphic3d_GraphicDriver.jxx>

/************************************************************************/
/* Print Methods                                                        */
/************************************************************************/


void Graphic3d_GraphicDriver::Export( const Standard_CString FileName,
                                     const Graphic3d_ExportFormat Format,
                                     const Graphic3d_SortType aSortType,
                                     const Standard_Integer W,
                                     const Standard_Integer H,
                                     const Graphic3d_CView& View,
                                     const Aspect_CLayer2d& Under,
                                     const Aspect_CLayer2d& Over,
                                     const Standard_Real Precision,
                                     const Standard_Address ProgressBarFunc,
                                     const Standard_Address ProgressObject )
{
}