Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages   
vtkImageToStructuredPoints Class Reference
#include <vtkImageToStructuredPoints.h>
Inheritance diagram for vtkImageToStructuredPoints:
[legend]Collaboration diagram for vtkImageToStructuredPoints:
[legend]List of all members.
Detailed Description
Attaches image pipeline to VTK.
- Date: 
 - 
 2002/10/04 20:43:43 
 
 - Revision: 
 - 
 1.37 
 
vtkImageToStructuredPoints changes an image cache format to a structured points dataset. It takes an Input plus an optional VectorInput. The VectorInput converts the RGB scalar components of the VectorInput to vector pointdata attributes. This filter will try to reference count the data but in some cases it must make a copy.
- Created by:
 - 
 
- CVS contributions (if > 5%):
 - 
- Law, Charles (71%)
 - Martin, Ken (19%)
 
 
- CVS logs (CVSweb):
 - 
-  .
cxx  (/Filtering/vtkImageToStructuredPoints.cxx) -  .
h  (/Filtering/vtkImageToStructuredPoints.h) 
 
- Tests:
 - 
 vtkImageToStructuredPoints (Tests) 
 
Definition at line 52 of file vtkImageToStructuredPoints.h.
Member Typedef Documentation
  
    
      
        
          |  typedef vtkSource vtkImageToStructuredPoints::Superclass
       |   
     | 
  
Constructor & Destructor Documentation
  
    
      
        
          |  vtkImageToStructuredPoints::vtkImageToStructuredPoints  | 
          (  | 
                      | 
          )  | 
           [protected] | 
         
       
     | 
  
  
    
      
        
          |  vtkImageToStructuredPoints::~vtkImageToStructuredPoints  | 
          (  | 
                      | 
          )  | 
           [protected] | 
         
       
     | 
  
Member Function Documentation
  
    
      
        
          |  vtkImageToStructuredPoints* vtkImageToStructuredPoints::New  | 
          (  | 
                      | 
          )  | 
           [static] | 
         
       
     | 
  
  
    | 
       
     | 
    
 
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. 
 
Reimplemented from vtkObject.      | 
  
  
    
      
        
          |  virtual const char* vtkImageToStructuredPoints::GetClassName  | 
          (  | 
                      | 
          )  | 
           [virtual] | 
         
       
     | 
  
  
    
      
        
          |  int vtkImageToStructuredPoints::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 vtkSource.      | 
  
  
    
      
        
          |  virtual int vtkImageToStructuredPoints::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 vtkSource.      | 
  
  
    
      
        
          |  vtkImageToStructuredPoints* vtkImageToStructuredPoints::SafeDownCast  | 
          (  | 
          vtkObject *  | 
            o           | 
          )  | 
           [static] | 
         
       
     | 
  
  
    
      
        
          |  void vtkImageToStructuredPoints::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 vtkSource.      | 
  
  
    
      
        
          |  void vtkImageToStructuredPoints::SetInput  | 
          (  | 
          vtkImageData *  | 
            input           | 
          )  | 
           | 
         
       
     | 
  
  
    | 
       
     | 
    
 
Set/Get the input object from the image pipeline.       | 
  
  
    | 
       
     | 
    
 
Set/Get the input object from the image pipeline.       | 
  
  
    
      
        
          |  void vtkImageToStructuredPoints::SetVectorInput  | 
          (  | 
          vtkImageData *  | 
            input           | 
          )  | 
           | 
         
       
     | 
  
  
    | 
       
     | 
    
 
Set/Get the input object from the image pipeline.       | 
  
  
    
      
        
          |  vtkImageData* vtkImageToStructuredPoints::GetVectorInput  | 
          (  | 
                      | 
          )  | 
           | 
         
       
     | 
  
  
    | 
       
     | 
    
 
Set/Get the input object from the image pipeline.       | 
  
  
    | 
       
     | 
    
 
Get the output of this source.       | 
  
  
    | 
       
     | 
    
 
Get the output of this source. 
 
Reimplemented from vtkSource.      | 
  
  
    
      
        
          |  void vtkImageToStructuredPoints::Execute  | 
          (  | 
                      | 
          )  | 
           [protected, virtual] | 
         
       
     | 
  
  
    | 
       
     | 
    
 
This method is the old style execute method 
 
Reimplemented from vtkSource.      | 
  
  
    
      
        
          |  void vtkImageToStructuredPoints::ExecuteInformation  | 
          (  | 
                      | 
          )  | 
           [protected, virtual] | 
         
       
     | 
  
  
    
      
        
          |  void vtkImageToStructuredPoints::ComputeInputUpdateExtents  | 
          (  | 
          vtkDataObject *  | 
            data           | 
          )  | 
           [protected, virtual] | 
         
       
     | 
  
  
    | 
       
     | 
    
 
What is the input update extent that is required to produce the desired output? By default, the whole input is always required but this is overridden in many subclasses. 
 
Reimplemented from vtkSource.      | 
  
Member Data Documentation
  
    
      
        
           int vtkImageToStructuredPoints::Translate[3] [protected]
       |   
     | 
  
The documentation for this class was generated from the following file: