[vtkusers] vtkDataObject::SeriesLength

Charles Law charles.law at kitware.com
Fri Nov 10 06:34:09 EST 2000


Gerald,

SeriesLength was initially added to support readers that generate a series 
of data sets (Possibly to support time steps).  It was a temporary 
experiment that no longer exists in the nightly release of VTK.  It must 
have accidentally been included in the 3.1.2 release.  There was no intent 
to support multiple time steps in a data object at one time.  Piece and 
NumberOfPieces could be used instead.  You would have to modify a reader to 
select a file based on a piece.

Charles.


At 04:42 PM 11/9/00 -0500, Gerald Dalley wrote:
>I am extending the VTK hierarchy to do some 3D registration work.  In the
>process of doing this, I am currently implementing a new vtkDataObject,
>vtkDataSetCluster that groups sets of vtkDataSet objects together.  While
>going through the existing source code, I noticed an unused internal
>attribute, vtkDataObject::SeriesLength with the comment: "Support for
>processing series of data sets."  It sounds to me that once implemented, a
>vtkPolyData with a series length of 10, for example, would be a super
>vtkPolyData collection of 10 of the current vtkPolyData objects in it.  Am I
>guessing correctly, or is the SeriesLength to be used for something totally
>different (e.g. streaming)?
>
>--Gerald Dalley
>   dalleyg at ee.eng.ohio-state.edu
>
>
>_______________________________________________
>This is the private VTK discussion list.
>Please keep messages on-topic. Check the FAQ at: 
><http://public.kitware.com/cgi-bin/vtkfaq>
>Follow this link to subscribe/unsubscribe:
>http://public.kitware.com/mailman/listinfo/vtkusers





More information about the vtkusers mailing list