CSV writer for vtkTable/vtkDataSet/vtkCompositeDataSet Writes a vtkTable/vtkDataSet/vtkCompositeDataSet as a delimited text file (such as CSV).
More...
|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
|
void | SetController (vtkMultiProcessController *) |
| Get/Set the controller to use. More...
|
|
virtual vtkMultiProcessController * | GetController () |
| Get/Set the controller to use. More...
|
|
|
virtual void | SetFieldDelimiter (const char *) |
| Get/Set the delimiter use to separate fields ("," by default.) More...
|
|
virtual char * | GetFieldDelimiter () |
| Get/Set the delimiter use to separate fields ("," by default.) More...
|
|
|
virtual void | SetStringDelimiter (const char *) |
| Get/Set the delimiter used for string data, if any eg. More...
|
|
virtual char * | GetStringDelimiter () |
| Get/Set the delimiter used for string data, if any eg. More...
|
|
|
virtual void | SetFileName (const char *) |
| Get/Set the filename for the file. More...
|
|
virtual char * | GetFileName () |
| Get/Set the filename for the file. More...
|
|
|
virtual void | SetWriteAllTimeSteps (bool) |
| When WriteAllTimeSteps is turned ON, the writer is executed once for each timestep available from the reader. More...
|
|
virtual bool | GetWriteAllTimeSteps () |
| When WriteAllTimeSteps is turned ON, the writer is executed once for each timestep available from the reader. More...
|
|
virtual void | WriteAllTimeStepsOn () |
| When WriteAllTimeSteps is turned ON, the writer is executed once for each timestep available from the reader. More...
|
|
virtual void | WriteAllTimeStepsOff () |
| When WriteAllTimeSteps is turned ON, the writer is executed once for each timestep available from the reader. More...
|
|
|
virtual void | SetWriteAllTimeStepsSeparately (bool) |
| When WriteAllTimeStepsSeparately is turned ON and WriteAllTimeSteps is ON, the writer is executed once for each timestep available from its input, and writes the timesteps to separate files, otherwise, the timesteps are written in one file. More...
|
|
virtual bool | GetWriteAllTimeStepsSeparately () |
| When WriteAllTimeStepsSeparately is turned ON and WriteAllTimeSteps is ON, the writer is executed once for each timestep available from its input, and writes the timesteps to separate files, otherwise, the timesteps are written in one file. More...
|
|
virtual void | WriteAllTimeStepsSeparatelyOn () |
| When WriteAllTimeStepsSeparately is turned ON and WriteAllTimeSteps is ON, the writer is executed once for each timestep available from its input, and writes the timesteps to separate files, otherwise, the timesteps are written in one file. More...
|
|
virtual void | WriteAllTimeStepsSeparatelyOff () |
| When WriteAllTimeStepsSeparately is turned ON and WriteAllTimeSteps is ON, the writer is executed once for each timestep available from its input, and writes the timesteps to separate files, otherwise, the timesteps are written in one file. More...
|
|
|
virtual char * | GetFileNameSuffix () |
| Provides an option to pad the time step when writing out time series data. More...
|
|
virtual void | SetFileNameSuffix (const char *) |
| Provides an option to pad the time step when writing out time series data. More...
|
|
|
virtual void | SetUseStringDelimiter (bool) |
| Get/Set if StringDelimiter must be used for string data. More...
|
|
virtual bool | GetUseStringDelimiter () |
| Get/Set if StringDelimiter must be used for string data. More...
|
|
|
virtual void | SetPrecision (int) |
| Get/Set the precision to use for printing numeric values. More...
|
|
virtual int | GetPrecision () |
| Get/Set the precision to use for printing numeric values. More...
|
|
|
virtual void | SetUseScientificNotation (bool) |
| Get/Set whether scientific notation is used for numeric values. More...
|
|
virtual bool | GetUseScientificNotation () |
| Get/Set whether scientific notation is used for numeric values. More...
|
|
virtual void | UseScientificNotationOn () |
| Get/Set whether scientific notation is used for numeric values. More...
|
|
virtual void | UseScientificNotationOff () |
| Get/Set whether scientific notation is used for numeric values. More...
|
|
|
virtual void | SetFieldAssociation (int) |
| Get/set the attribute data to write if the input is either a vtkDataSet or composite of vtkDataSets. More...
|
|
virtual int | GetFieldAssociation () |
| Get/set the attribute data to write if the input is either a vtkDataSet or composite of vtkDataSets. More...
|
|
|
virtual void | SetAddMetaData (bool) |
| Get/Set whether to add additional meta-data to the field data such as point coordinates (when point attributes are selected and input is pointset) or structured coordinates etc. More...
|
|
virtual bool | GetAddMetaData () |
| Get/Set whether to add additional meta-data to the field data such as point coordinates (when point attributes are selected and input is pointset) or structured coordinates etc. More...
|
|
virtual void | AddMetaDataOn () |
| Get/Set whether to add additional meta-data to the field data such as point coordinates (when point attributes are selected and input is pointset) or structured coordinates etc. More...
|
|
virtual void | AddMetaDataOff () |
| Get/Set whether to add additional meta-data to the field data such as point coordinates (when point attributes are selected and input is pointset) or structured coordinates etc. More...
|
|
|
virtual void | SetAddTime (bool) |
| When set to true (default is false), if the input data set has time, then the time information will be saved under the column named "Time". More...
|
|
virtual bool | GetAddTime () |
| When set to true (default is false), if the input data set has time, then the time information will be saved under the column named "Time". More...
|
|
virtual void | AddTimeOn () |
| When set to true (default is false), if the input data set has time, then the time information will be saved under the column named "Time". More...
|
|
virtual void | AddTimeOff () |
| When set to true (default is false), if the input data set has time, then the time information will be saved under the column named "Time". More...
|
|
|
virtual void | SetAddTimeStep (bool) |
| When set to true (default is false), if the input data set has time, then the time-step information will be saved under the column named "TimeStep". More...
|
|
virtual bool | GetAddTimeStep () |
| When set to true (default is false), if the input data set has time, then the time-step information will be saved under the column named "TimeStep". More...
|
|
virtual void | AddTimeStepOn () |
| When set to true (default is false), if the input data set has time, then the time-step information will be saved under the column named "TimeStep". More...
|
|
virtual void | AddTimeStepOff () |
| When set to true (default is false), if the input data set has time, then the time-step information will be saved under the column named "TimeStep". More...
|
|
|
std::string | GetString (std::string string) |
| Internal method: decorates the "string" with the "StringDelimiter" if UseStringDelimiter is true. More...
|
|
vtkWriter * | NewInstance () const |
|
virtual int | Write () |
|
void | EncodeString (char *resname, const char *name, bool doublePercent) |
|
void | EncodeWriteString (ostream *out, const char *name, bool doublePercent) |
|
vtkDataObject * | GetInput () |
|
vtkDataObject * | GetInput (int port) |
|
void | SetInputData (vtkDataObject *input) |
|
void | SetInputData (int index, vtkDataObject *input) |
|
void | SetInputData (vtkDataObject *input) |
|
void | SetInputData (int index, vtkDataObject *input) |
|
vtkAlgorithm * | NewInstance () const |
|
int | HasExecutive () |
|
vtkExecutive * | GetExecutive () |
|
virtual void | SetExecutive (vtkExecutive *executive) |
|
virtual int | ModifyRequest (vtkInformation *request, int when) |
|
vtkInformation * | GetInputPortInformation (int port) |
|
vtkInformation * | GetOutputPortInformation (int port) |
|
int | GetNumberOfInputPorts () |
|
int | GetNumberOfOutputPorts () |
|
void | UpdateProgress (double amount) |
|
vtkInformation * | GetInputArrayInformation (int idx) |
|
void | RemoveAllInputs () |
|
vtkDataObject * | GetOutputDataObject (int port) |
|
virtual void | RemoveInputConnection (int port, vtkAlgorithmOutput *input) |
|
virtual void | RemoveInputConnection (int port, int idx) |
|
virtual void | RemoveAllInputConnections (int port) |
|
int | GetNumberOfInputConnections (int port) |
|
int | GetTotalNumberOfInputConnections () |
|
vtkAlgorithmOutput * | GetInputConnection (int port, int index) |
|
vtkAlgorithm * | GetInputAlgorithm (int port, int index, int &algPort) |
|
vtkAlgorithm * | GetInputAlgorithm (int port, int index) |
|
vtkExecutive * | GetInputExecutive (int port, int index) |
|
vtkInformation * | GetInputInformation (int port, int index) |
|
vtkInformation * | GetOutputInformation (int port) |
|
virtual int | Update (int port, vtkInformationVector *requests) |
|
virtual int | Update (vtkInformation *requests) |
|
virtual int | UpdateExtent (const int extents[6]) |
|
virtual void | UpdateInformation () |
|
virtual void | UpdateDataObject () |
|
virtual void | PropagateUpdateExtent () |
|
virtual void | UpdateWholeExtent () |
|
void | ConvertTotalInputToPortConnection (int ind, int &port, int &conn) |
|
int | SetUpdateExtentToWholeExtent (int port) |
|
int | SetUpdateExtentToWholeExtent () |
|
void | SetUpdateExtent (int port, int extent[6]) |
|
void | SetUpdateExtent (int extent[6]) |
|
int | ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo) |
|
virtual int | ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, vtkMTimeType *mtime) |
|
virtual vtkInformation * | GetInformation () |
|
virtual void | SetInformation (vtkInformation *) |
|
void | Register (vtkObjectBase *o) VTK_OVERRIDE |
|
void | UnRegister (vtkObjectBase *o) VTK_OVERRIDE |
|
virtual void | SetAbortExecute (int) |
|
virtual int | GetAbortExecute () |
|
virtual void | AbortExecuteOn () |
|
virtual void | AbortExecuteOff () |
|
virtual void | SetProgress (double) |
|
virtual double | GetProgress () |
|
void | SetProgressText (const char *ptext) |
|
virtual char * | GetProgressText () |
|
virtual unsigned long | GetErrorCode () |
|
virtual void | SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name) |
|
virtual void | SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType) |
|
virtual void | SetInputArrayToProcess (int idx, vtkInformation *info) |
|
virtual void | SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName) |
|
vtkDataObject * | GetInputDataObject (int port, int connection) |
|
virtual void | SetInputConnection (int port, vtkAlgorithmOutput *input) |
|
virtual void | SetInputConnection (vtkAlgorithmOutput *input) |
|
virtual void | AddInputConnection (int port, vtkAlgorithmOutput *input) |
|
virtual void | AddInputConnection (vtkAlgorithmOutput *input) |
|
virtual void | SetInputDataObject (int port, vtkDataObject *data) |
|
virtual void | SetInputDataObject (vtkDataObject *data) |
|
virtual void | AddInputDataObject (int port, vtkDataObject *data) |
|
virtual void | AddInputDataObject (vtkDataObject *data) |
|
vtkAlgorithmOutput * | GetOutputPort (int index) |
|
vtkAlgorithmOutput * | GetOutputPort () |
|
vtkAlgorithm * | GetInputAlgorithm () |
|
vtkExecutive * | GetInputExecutive () |
|
vtkInformation * | GetInputInformation () |
|
virtual void | Update (int port) |
|
virtual void | Update () |
|
virtual int | UpdatePiece (int piece, int numPieces, int ghostLevels, const int extents[6]=0) |
|
virtual int | UpdateTimeStep (double time, int piece=-1, int numPieces=1, int ghostLevels=0, const int extents[6]=0) |
|
virtual void | SetReleaseDataFlag (int) |
|
virtual int | GetReleaseDataFlag () |
|
void | ReleaseDataFlagOn () |
|
void | ReleaseDataFlagOff () |
|
int | UpdateExtentIsEmpty (vtkInformation *pinfo, vtkDataObject *output) |
|
int | UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType) |
|
void | SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel) |
|
void | SetUpdateExtent (int piece, int numPieces, int ghostLevel) |
|
int * | GetUpdateExtent () |
|
int * | GetUpdateExtent (int port) |
|
void | GetUpdateExtent (int &x0, int &x1, int &y0, int &y1, int &z0, int &z1) |
|
void | GetUpdateExtent (int port, int &x0, int &x1, int &y0, int &y1, int &z0, int &z1) |
|
void | GetUpdateExtent (int extent[6]) |
|
void | GetUpdateExtent (int port, int extent[6]) |
|
int | GetUpdatePiece () |
|
int | GetUpdatePiece (int port) |
|
int | GetUpdateNumberOfPieces () |
|
int | GetUpdateNumberOfPieces (int port) |
|
int | GetUpdateGhostLevel () |
|
int | GetUpdateGhostLevel (int port) |
|
void | SetProgressObserver (vtkProgressObserver *) |
|
virtual vtkProgressObserver * | GetProgressObserver () |
|
int | ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo) |
|
virtual int | ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, vtkMTimeType *mtime) |
|
virtual vtkInformation * | GetInformation () |
|
virtual void | SetInformation (vtkInformation *) |
|
void | Register (vtkObjectBase *o) VTK_OVERRIDE |
|
void | UnRegister (vtkObjectBase *o) VTK_OVERRIDE |
|
virtual void | SetAbortExecute (int) |
|
virtual int | GetAbortExecute () |
|
virtual void | AbortExecuteOn () |
|
virtual void | AbortExecuteOff () |
|
virtual void | SetProgress (double) |
|
virtual double | GetProgress () |
|
void | SetProgressText (const char *ptext) |
|
virtual char * | GetProgressText () |
|
virtual unsigned long | GetErrorCode () |
|
virtual void | SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name) |
|
virtual void | SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType) |
|
virtual void | SetInputArrayToProcess (int idx, vtkInformation *info) |
|
virtual void | SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName) |
|
vtkDataObject * | GetInputDataObject (int port, int connection) |
|
virtual void | SetInputConnection (int port, vtkAlgorithmOutput *input) |
|
virtual void | SetInputConnection (vtkAlgorithmOutput *input) |
|
virtual void | AddInputConnection (int port, vtkAlgorithmOutput *input) |
|
virtual void | AddInputConnection (vtkAlgorithmOutput *input) |
|
virtual void | SetInputDataObject (int port, vtkDataObject *data) |
|
virtual void | SetInputDataObject (vtkDataObject *data) |
|
virtual void | AddInputDataObject (int port, vtkDataObject *data) |
|
virtual void | AddInputDataObject (vtkDataObject *data) |
|
vtkAlgorithmOutput * | GetOutputPort (int index) |
|
vtkAlgorithmOutput * | GetOutputPort () |
|
vtkAlgorithm * | GetInputAlgorithm () |
|
vtkExecutive * | GetInputExecutive () |
|
vtkInformation * | GetInputInformation () |
|
virtual void | Update (int port) |
|
virtual void | Update () |
|
virtual int | UpdatePiece (int piece, int numPieces, int ghostLevels, const int extents[6]=0) |
|
virtual int | UpdateTimeStep (double time, int piece=-1, int numPieces=1, int ghostLevels=0, const int extents[6]=0) |
|
virtual void | SetReleaseDataFlag (int) |
|
virtual int | GetReleaseDataFlag () |
|
void | ReleaseDataFlagOn () |
|
void | ReleaseDataFlagOff () |
|
int | UpdateExtentIsEmpty (vtkInformation *pinfo, vtkDataObject *output) |
|
int | UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType) |
|
void | SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel) |
|
void | SetUpdateExtent (int piece, int numPieces, int ghostLevel) |
|
int * | GetUpdateExtent () |
|
int * | GetUpdateExtent (int port) |
|
void | GetUpdateExtent (int &x0, int &x1, int &y0, int &y1, int &z0, int &z1) |
|
void | GetUpdateExtent (int port, int &x0, int &x1, int &y0, int &y1, int &z0, int &z1) |
|
void | GetUpdateExtent (int extent[6]) |
|
void | GetUpdateExtent (int port, int extent[6]) |
|
int | GetUpdatePiece () |
|
int | GetUpdatePiece (int port) |
|
int | GetUpdateNumberOfPieces () |
|
int | GetUpdateNumberOfPieces (int port) |
|
int | GetUpdateGhostLevel () |
|
int | GetUpdateGhostLevel (int port) |
|
void | SetProgressObserver (vtkProgressObserver *) |
|
virtual vtkProgressObserver * | GetProgressObserver () |
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
|
virtual void | DebugOff () |
|
bool | GetDebug () |
|
void | SetDebug (bool debugFlag) |
|
virtual void | Modified () |
|
virtual vtkMTimeType | GetMTime () |
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
int | HasObserver (unsigned long event) |
|
int | HasObserver (const char *event) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
int | InvokeEvent (unsigned long event, void *callData) |
|
int | InvokeEvent (const char *event, void *callData) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
int | InvokeEvent (unsigned long event, void *callData) |
|
int | InvokeEvent (const char *event, void *callData) |
|
const char * | GetClassName () const |
|
virtual void | Delete () |
|
virtual void | FastDelete () |
|
void | Print (ostream &os) |
|
void | SetReferenceCount (int) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|