[vtkusers] vtkContourFilter issue

David Doria daviddoria+vtk at gmail.com
Wed Dec 9 11:34:21 EST 2009


On Wed, Dec 9, 2009 at 11:25 AM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
> Print grid and post the results.

Looks ok to me...
10x10x10 = 1000 cells
11x11x11 = 1331 points
Point data exists.

grid: vtkImageData (0x956e6f8)
  Debug: Off
  Modified Time: 872
  Reference Count: 1
  Registered Events: (none)
  Source: (none)
  Information: 0x956e440
  Data Released: False
  Global Release Data: Off
  UpdateTime: 843
  Release Data: Off
  UpdateExtent: Not Initialized
  UpdateExtent: 0, -1, 0, -1, 0, -1
  WholeExtent: 0, -1, 0, -1, 0, -1
  MaximumNumberOfPieces: 1
  ExtentTranslator: (0x956ff70)
  RequestExactExtent: Off
   Field Data:
    Debug: Off
    Modified Time: 655
    Reference Count: 1
    Registered Events: (none)
    Number Of Arrays: 0
    Number Of Components: 0
    Number Of Tuples: 0
  Number Of Points: 1331
  Number Of Cells: 1000
  Cell Data:
    Debug: Off
    Modified Time: 807
    Reference Count: 1
    Registered Events: (none)
    Number Of Arrays: 0
    Number Of Components: 0
    Number Of Tuples: 0
    Copy Tuple Flags: ( 1 1 1 1 1 0 1 )
    Interpolate Flags: ( 1 1 1 1 1 0 0 )
    Pass Through Flags: ( 1 1 1 1 1 1 1 )
    Scalars: (none)
    Vectors: (none)
    Normals: (none)
    TCoords: (none)
    Tensors: (none)
    GlobalIds: (none)
    PedigreeIds: (none)
  Point Data:
    Debug: Off
    Modified Time: 872
    Reference Count: 1
    Registered Events: (none)
    Number Of Arrays: 1
    Array 0 name = NULL
    Number Of Components: 1
    Number Of Tuples: 1331
    Copy Tuple Flags: ( 1 1 1 1 1 0 1 )
    Interpolate Flags: ( 1 1 1 1 1 0 0 )
    Pass Through Flags: ( 1 1 1 1 1 1 1 )
    Scalars:
      Debug: Off
      Modified Time: 869
      Reference Count: 1
      Registered Events: (none)
      Name: (none)
      Data type: double
      Size: 1331
      MaxId: 1330
      NumberOfComponents: 1
      Information: 0
      Name: (none)
      Number Of Components: 1
      Number Of Tuples: 1331
      Size: 1331
      MaxId: 1330
      LookupTable: (none)
      Array: 0x9572030
    Vectors: (none)
    Normals: (none)
    TCoords: (none)
    Tensors: (none)
    GlobalIds: (none)
    PedigreeIds: (none)
  Bounds:
    Xmin,Xmax: (-0.497867, 0.497867)
    Ymin,Ymax: (-0.490303, 0.490303)
    Zmin,Zmax: (-0.5, 0.5)
  Compute Time: 0
  ScalarType: 11
  NumberOfScalarComponents: 1
  Spacing: (0.0995734, 0.0980607, 0.1)
  Origin: (-0.497867, -0.490303, -0.5)
  Dimensions: (11, 11, 11)
  Increments: (0, 0, 0)
  Extent: (0, 10, 0, 10, 0, 10)

Can you see any problems?

Thanks,

David



More information about the vtkusers mailing list