[vtkusers] Usage of LSDynaMetaData?
Nelson
gnjoseph at gmail.com
Fri Oct 12 02:23:04 EDT 2012
Hi Robert,
Thanks for your quick reply.
I am having two issues:
1) The LSDynaMetaData with the name P is protected member ( I am using VTK
5.10.0)
can I move it to public of that class?
2) The following code doesnt give the proper result. Could you help me where
I did mistake?
LSDynaMetaData* meta;
meta = reader->P;
partCollection->InitCollection( meta );
vector<int> v = meta->
for(int i = 0; i < v.size(); i++ )
{
cout<< "Part id of " << i << " " << v.at(i);
}
Thanks in advance.
-----
Regards,
Nelson
--
View this message in context: http://vtk.1045678.n5.nabble.com/Usage-of-LSDynaMetaData-tp5716610p5716621.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list