VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Infovis
vtkTimePointToString.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkTimePointToString.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
=========================================================================*/
15
/*-------------------------------------------------------------------------
16
Copyright 2008 Sandia Corporation.
17
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
18
the U.S. Government retains certain rights in this software.
19
-------------------------------------------------------------------------*/
40
#ifndef __vtkTimePointToString_h
41
#define __vtkTimePointToString_h
42
43
#include "
vtkDataObjectAlgorithm.h
"
44
45
class
VTK_INFOVIS_EXPORT
vtkTimePointToString
:
public
vtkDataObjectAlgorithm
46
{
47
public
:
48
static
vtkTimePointToString
*
New
();
49
vtkTypeMacro(
vtkTimePointToString
,
vtkDataObjectAlgorithm
);
50
void
PrintSelf
(ostream& os,
vtkIndent
indent);
51
53
54
vtkSetMacro(ISO8601Format,
int
);
55
vtkGetMacro(ISO8601Format,
int
);
57
59
61
vtkSetStringMacro(OutputArrayName);
62
vtkGetStringMacro(OutputArrayName);
64
66
67
virtual
int
ProcessRequest
(
vtkInformation
* request,
68
vtkInformationVector
** inputVector,
69
vtkInformationVector
* outputVector);
71
72
protected
:
73
vtkTimePointToString
();
74
~
vtkTimePointToString
();
75
77
78
virtual
int
RequestDataObject
(
vtkInformation
* request,
79
vtkInformationVector
** inputVector,
80
vtkInformationVector
* outputVector);
82
83
int
ISO8601Format
;
84
char
*
OutputArrayName
;
85
86
int
RequestData
(
87
vtkInformation
*,
88
vtkInformationVector
**,
89
vtkInformationVector
*);
90
91
private
:
92
vtkTimePointToString
(
const
vtkTimePointToString
&);
// Not implemented
93
void
operator=(
const
vtkTimePointToString
&);
// Not implemented
94
};
95
96
#endif
97
Generated on Sun Sep 9 2012 13:03:41 for VTK by
1.8.1.2