VTK
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 
46 {
47 public:
48  static vtkTimePointToString* New();
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:
75 
77 
78  virtual int RequestDataObject(vtkInformation* request,
79  vtkInformationVector** inputVector,
80  vtkInformationVector* outputVector);
82 
85 
86  int RequestData(
90 
91 private:
92  vtkTimePointToString(const vtkTimePointToString&); // Not implemented
93  void operator=(const vtkTimePointToString&); // Not implemented
94 };
95 
96 #endif
97 
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Store vtkAlgorithm input/output information.
static vtkDataObjectAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
Definition: vtkIndent.h:37
Superclass for algorithms that produce only data object as output.
#define VTK_INFOVIS_EXPORT
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Store zero or more vtkInformation instances.
Converts a timestamp array to a string array.