![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <vtkFileSequenceParser.h>


Public Member Functions | |
| vtkTypeMacro (vtkFileSequenceParser, vtkObject) | |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| bool | ParseFileSequence (const char *file) |
| vtkGetStringMacro (SequenceName) | |
| vtkGetMacro (SequenceIndex, int) | |
Static Public Member Functions | |
| static vtkFileSequenceParser * | New () |
Protected Member Functions | |
| vtkFileSequenceParser () | |
| ~vtkFileSequenceParser () override | |
| vtkSetStringMacro (SequenceName) | |
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 |
Definition at line 17 of file vtkFileSequenceParser.h.
|
protected |
Definition at line 26 of file vtkFileSequenceParser.cxx.
|
overrideprotected |
Definition at line 55 of file vtkFileSequenceParser.cxx.
References NULL, reg_ex, reg_ex2, reg_ex3, reg_ex4, reg_ex5, and reg_ex_last.
|
static |
| bool vtkFileSequenceParser::ParseFileSequence | ( | const char * | file | ) |
Extract base file name sequence from the file. Returns true if a sequence is detected and sets SequenceName and SequenceIndex.
Definition at line 68 of file vtkFileSequenceParser.cxx.
References reg_ex, reg_ex2, reg_ex3, reg_ex4, reg_ex5, reg_ex_last, and SequenceIndex.
|
override |
Definition at line 125 of file vtkFileSequenceParser.cxx.
| vtkFileSequenceParser::vtkGetMacro | ( | SequenceIndex | , |
| int | |||
| ) |
| vtkFileSequenceParser::vtkGetStringMacro | ( | SequenceName | ) |
|
protected |
| vtkFileSequenceParser::vtkTypeMacro | ( | vtkFileSequenceParser | , |
| vtkObject | |||
| ) |
|
protected |
Definition at line 37 of file vtkFileSequenceParser.h.
Referenced by ParseFileSequence(), and ~vtkFileSequenceParser().
|
protected |
Definition at line 38 of file vtkFileSequenceParser.h.
Referenced by ParseFileSequence(), and ~vtkFileSequenceParser().
|
protected |
Definition at line 39 of file vtkFileSequenceParser.h.
Referenced by ParseFileSequence(), and ~vtkFileSequenceParser().
|
protected |
Definition at line 40 of file vtkFileSequenceParser.h.
Referenced by ParseFileSequence(), and ~vtkFileSequenceParser().
|
protected |
Definition at line 41 of file vtkFileSequenceParser.h.
Referenced by ParseFileSequence(), and ~vtkFileSequenceParser().
|
protected |
Definition at line 42 of file vtkFileSequenceParser.h.
Referenced by ParseFileSequence(), and ~vtkFileSequenceParser().
|
protected |
Definition at line 47 of file vtkFileSequenceParser.h.
Referenced by ParseFileSequence().
|
protected |
Definition at line 48 of file vtkFileSequenceParser.h.