31#ifndef vtkDateToNumeric_h
32#define vtkDateToNumeric_h
35#include "vtkFiltersGeneralModule.h"
51 vtkGetStringMacro(DateFormat);
52 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