MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
lgrAnnotations
lgrAnnotationSaver.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#ifndef lgrAnnotationSaver_H_
10
#define lgrAnnotationSaver_H_
11
12
#include <
lgrAnnotations/lgrAnn.h
>
13
#include <
lgrUtil/virtualConstructor.h
>
14
15
#include <vlutil/vlString.h>
16
17
class
DtEnvironment;
18
19
namespace
MAKLogger
20
{
25
class
DT_DLL_LGRANN
DtLgrAnnotationSaver
26
{
27
public
:
28
DT_VIRTUAL_CTR
(
DtLgrAnnotationSaver
,())
29
virtual
~
DtLgrAnnotationSaver
();
30
32
virtual
bool
saveFile(
const
DtString& filename,DtEnvironment env);
33
34
protected
:
36
virtual
bool
writeXMLFormat(
const
DtString& filename,DtEnvironment manager);
37
38
static
DtString
theDTDFilePath
;
39
};
40
}
41
42
#endif
Document ID: Generated on Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (
www.mak.com
)