[vtkusers] vtkStructuredPointsReader
Prabhu Ramachandran
prabhu at aero.iitm.ernet.in
Tue Nov 26 04:50:30 EST 2002
>>>>> "BA" == Beate Aistleitner <B.Aistleitner at irl.cri.nz> writes:
BA> Hi, I want to read data from a file with the
BA> vtkStructuredPointsReader but I always get the following error
BA> message: vtkStructuredPointsReader (0x08A20180): Unsupported
BA> point attribute type: 0.0000000e+00 for file:
BA> D:/IRL/Examples/test3.txt
Looks like you missed a 'float'/'double' after your SCALARS attribute
specification. It should read
SCALARS your_scalars_name float
or double or any of the supported attribute types.
cheers,
prabhu
More information about the vtkusers
mailing list