Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkSLCReader Class Reference

#include <vtkSLCReader.h>

Inheritance diagram for vtkSLCReader:

Inheritance graph
[legend]
Collaboration diagram for vtkSLCReader:

Collaboration graph
[legend]
List of all members.

Detailed Description

read an SLC volume file.

vtkSLCReader reads an SLC file and creates a structured point dataset. The size of the volume and the data spacing is set from the SLC file header.

Created by:
  • Avila, Lisa
CVS contributions (if > 5%):
  • Avila, Lisa (33%)
  • Martin, Ken (20%)
  • Schroeder, Will (15%)
  • Hoffman, Bill (13%)
  • Lorensen, Bill (8%)
CVS logs (CVSweb):
  • .h (/IO/vtkSLCReader.h)
  • .cxx (/IO/vtkSLCReader.cxx)
Examples:
vtkSLCReader (Examples)
Tests:
vtkSLCReader (Tests)

Definition at line 49 of file vtkSLCReader.h.

Public Types

typedef vtkImageReader2 Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetFileName (const char *)
virtual char * GetFileName ()
virtual int GetError ()
int CanReadFile (const char *fname)
virtual const char * GetFileExtensions ()
virtual const char * GetDescriptiveName ()

Static Public Member Functions

vtkSLCReaderNew ()
int IsTypeOf (const char *type)
vtkSLCReaderSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSLCReader ()
 ~vtkSLCReader ()
virtual void ExecuteData (vtkDataObject *)
void ExecuteInformation ()
unsigned char * Decode8BitData (unsigned char *in_ptr, int size)

Protected Attributes

int Error


Member Typedef Documentation

typedef vtkImageReader2 vtkSLCReader::Superclass
 

Reimplemented from vtkImageReader2.

Definition at line 53 of file vtkSLCReader.h.


Constructor & Destructor Documentation

vtkSLCReader::vtkSLCReader  )  [protected]
 

vtkSLCReader::~vtkSLCReader  )  [protected]
 


Member Function Documentation

vtkSLCReader* vtkSLCReader::New  )  [static]
 

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkImageReader2.

virtual const char* vtkSLCReader::GetClassName  )  [virtual]
 

Reimplemented from vtkImageReader2.

int vtkSLCReader::IsTypeOf const char *  type  )  [static]
 

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkImageReader2.

virtual int vtkSLCReader::IsA const char *  type  )  [virtual]
 

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkImageReader2.

vtkSLCReader* vtkSLCReader::SafeDownCast vtkObject o  )  [static]
 

Reimplemented from vtkImageReader2.

void vtkSLCReader::PrintSelf ostream &  os,
vtkIndent  indent
[virtual]
 

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkImageReader2.

virtual void vtkSLCReader::SetFileName const char *   )  [virtual]
 

Set/Get the name of the file to read.

Reimplemented from vtkImageReader2.

virtual char* vtkSLCReader::GetFileName  )  [virtual]
 

Set/Get the name of the file to read.

Reimplemented from vtkImageReader2.

virtual int vtkSLCReader::GetError  )  [virtual]
 

Was there an error on the last read performed?

int vtkSLCReader::CanReadFile const char *  fname  ) 
 

Is the given file an SLC file?

virtual const char* vtkSLCReader::GetFileExtensions  )  [inline, virtual]
 

Is the given file an SLC file?

Reimplemented from vtkImageReader2.

Definition at line 72 of file vtkSLCReader.h.

virtual const char* vtkSLCReader::GetDescriptiveName  )  [inline, virtual]
 

SLC

Reimplemented from vtkImageReader2.

Definition at line 80 of file vtkSLCReader.h.

virtual void vtkSLCReader::ExecuteData vtkDataObject  )  [protected, virtual]
 

This method is the one that should be used by subclasses, right now the default implementation is to call the backwards compatibility method

Reimplemented from vtkImageReader2.

void vtkSLCReader::ExecuteInformation  )  [protected, virtual]
 

Reimplemented from vtkImageReader2.

unsigned char* vtkSLCReader::Decode8BitData unsigned char *  in_ptr,
int  size
[protected]
 


Member Data Documentation

int vtkSLCReader::Error [protected]
 

Definition at line 101 of file vtkSLCReader.h.


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