PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkFcsvReader Class Reference

#include <src/PlusDataCollection/vtkFcsvReader.h>

Inheritance diagram for vtkFcsvReader:
Inheritance graph
[legend]
Collaboration diagram for vtkFcsvReader:
Collaboration graph
[legend]

Public Types

typedef vtkObject Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
const FcsvDataGetFcsvDataObject ()
 
FcsvPointGetFcsvPoint (unsigned int index)
 
virtual std::string GetFileName ()
 
virtual int IsA (const char *type)
 
virtual void PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE
 
virtual void SetFileName (std::string)
 
void Update (void)
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkFcsvReaderNew ()
 
static vtkFcsvReaderSafeDownCast (vtkObject *o)
 

Protected Member Functions

void ProcessHeaderEntry (const std::string &headerEntry, const std::string &headerEntryValue)
 
void StripCharsFromString (std::string &str, const std::string &chars)
 
 vtkFcsvReader ()
 
virtual ~vtkFcsvReader ()
 

Protected Attributes

FcsvData FcsvDataObject
 
std::string FileName
 

Detailed Description

Definition at line 68 of file vtkFcsvReader.h.

Member Typedef Documentation

◆ Superclass

typedef vtkObject vtkFcsvReader::Superclass

Definition at line 72 of file vtkFcsvReader.h.

Constructor & Destructor Documentation

◆ vtkFcsvReader()

vtkFcsvReader::vtkFcsvReader ( )
protected

Definition at line 27 of file vtkFcsvReader.cxx.

◆ ~vtkFcsvReader()

vtkFcsvReader::~vtkFcsvReader ( )
protectedvirtual

Definition at line 32 of file vtkFcsvReader.cxx.

Member Function Documentation

◆ GetClassName()

virtual const char* vtkFcsvReader::GetClassName ( )
virtual

◆ GetFcsvDataObject()

const FcsvData& vtkFcsvReader::GetFcsvDataObject ( )
inline

Definition at line 83 of file vtkFcsvReader.h.

◆ GetFcsvPoint()

FcsvPoint& vtkFcsvReader::GetFcsvPoint ( unsigned int  index)
inline

Definition at line 87 of file vtkFcsvReader.h.

◆ GetFileName()

virtual std::string vtkFcsvReader::GetFileName ( )
virtual

Get the filename

◆ IsA()

virtual int vtkFcsvReader::IsA ( const char *  type)
virtual

◆ IsTypeOf()

static int vtkFcsvReader::IsTypeOf ( const char *  type)
static

◆ New()

static vtkFcsvReader* vtkFcsvReader::New ( )
static

◆ PrintSelf()

void vtkFcsvReader::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual

Definition at line 37 of file vtkFcsvReader.cxx.

◆ ProcessHeaderEntry()

void vtkFcsvReader::ProcessHeaderEntry ( const std::string &  headerEntry,
const std::string &  headerEntryValue 
)
protected

Definition at line 119 of file vtkFcsvReader.cxx.

◆ SafeDownCast()

static vtkFcsvReader* vtkFcsvReader::SafeDownCast ( vtkObject *  o)
static

◆ SetFileName()

virtual void vtkFcsvReader::SetFileName ( std::string  )
virtual

Set the filename

◆ StripCharsFromString()

void vtkFcsvReader::StripCharsFromString ( std::string &  str,
const std::string &  chars 
)
protected

Definition at line 203 of file vtkFcsvReader.cxx.

◆ Update()

void vtkFcsvReader::Update ( void  )

Load a FCSV file

Definition at line 68 of file vtkFcsvReader.cxx.

Member Data Documentation

◆ FcsvDataObject

FcsvData vtkFcsvReader::FcsvDataObject
protected

Definition at line 104 of file vtkFcsvReader.h.

◆ FileName

std::string vtkFcsvReader::FileName
protected

Definition at line 103 of file vtkFcsvReader.h.


The documentation for this class was generated from the following files: