ParaView
|
Parses out the base file name of a file sequence and also the specific index of the given file. More...
#include <vtkFileSequenceParser.h>
Inherits vtkObject.
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
bool | ParseFileSequence (char *file) |
Extract base file name sequence from the file. More... | |
virtual char * | GetSequenceName () |
virtual int | GetSequenceIndex () |
Static Public Member Functions | |
static vtkFileSequenceParser * | New () |
static int | IsTypeOf (const char *type) |
static vtkFileSequenceParser * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkFileSequenceParser () | |
~vtkFileSequenceParser () | |
virtual void | SetSequenceName (const char *) |
Protected Attributes | |
vtksys::RegularExpression * | reg_ex |
vtksys::RegularExpression * | reg_ex2 |
vtksys::RegularExpression * | reg_ex3 |
vtksys::RegularExpression * | reg_ex4 |
vtksys::RegularExpression * | reg_ex5 |
vtksys::RegularExpression * | reg_ex_last |
int | SequenceIndex |
char * | SequenceName |
Parses out the base file name of a file sequence and also the specific index of the given file.
Given a file name (without path). I will extract the base portion of the file name that is common to all the files in the sequence. It will also provide the current sequence index of the provided file name. by several vtkPVUpdateSuppressor objects.
Definition at line 38 of file vtkFileSequenceParser.h.
typedef vtkObject vtkFileSequenceParser::Superclass |
Definition at line 42 of file vtkFileSequenceParser.h.
|
protected |
|
protected |
|
static |
|
virtual |
|
static |
|
virtual |
|
static |
void vtkFileSequenceParser::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
bool vtkFileSequenceParser::ParseFileSequence | ( | char * | file | ) |
Extract base file name sequence from the file.
Returns true if a sequence is detected and sets SequenceName and SequenceIndex.
|
virtual |
|
virtual |
|
protectedvirtual |
|
protected |
Definition at line 59 of file vtkFileSequenceParser.h.
|
protected |
Definition at line 60 of file vtkFileSequenceParser.h.
|
protected |
Definition at line 61 of file vtkFileSequenceParser.h.
|
protected |
Definition at line 62 of file vtkFileSequenceParser.h.
|
protected |
Definition at line 63 of file vtkFileSequenceParser.h.
|
protected |
Definition at line 64 of file vtkFileSequenceParser.h.
|
protected |
Definition at line 67 of file vtkFileSequenceParser.h.
|
protected |
Definition at line 70 of file vtkFileSequenceParser.h.