22#ifndef vtkDateToNumeric_h 
   23#define vtkDateToNumeric_h 
   26#include "vtkFiltersGeneralModule.h"  
   30VTK_ABI_NAMESPACE_BEGIN
 
   43  vtkGetStringMacro(DateFormat);
 
   44  vtkSetStringMacro(DateFormat);
 
Converts string dates to numeric values.
 
static vtkDateToNumeric * New()
 
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
 
~vtkDateToNumeric() override
 
a simple class to control print indentation