[Insight-users] Operator '=' for Mesh
Uday Kurkure
udaykurkure at yahoo.com
Mon Oct 4 09:51:27 EDT 2004
Hello Luis,
Thanks for replying. I am using smart pointer. I am
declaring it first and then using it. I am attaching
the code. (The code is same as DeformableModel2.cxx, I
am just adding mesh visualization to it)
Please see what I am missing.
Thanks,
-Uday
--- Luis Ibanez <luis.ibanez at kitware.com> wrote:
>
> Hi Uday,
>
> You are probably trying to assing a Mesh raw pointer
> to a variable of incompatible type.
>
> Please read the "Data Representation" Chapter of the
> ITK Software Guide
>
> http://www.itk.org/ItkSoftwareGuide.pdf
>
> Chapter 4, Sections 4.2, 4.3, pages pdf- 74 to 116.
>
> You should receive the Mesh pointer into a smart
> pointer. Something like
>
> MeshType::Pointer myMesh =
> SphericalMesh->GetOutput();
>
>
> For a description of the principles behind the use
> of SmartPointers please look at the Tutorials
>
> http://www.itk.org/HTML/Tutorials.htm
>
> in particular to
>
>
http://www.itk.org/CourseWare/Training/GettingStarted-I.pdf
>
http://www.itk.org/CourseWare/Training/GettingStartedI-WebPage/index.htm
>
>
>
> Regards,
>
>
> Luis
>
>
> ---------------------
> Uday Kurkure wrote:
> > Hi All,
> >
> > I have some problem with visualization of mesh. I
> > generate a spherical mesh and assign its output to
> a
> > mesh pointer:
> >
> > myMesh = SphericalMesh->GetOutput();
> > (Rest of the code converts itkmesh to vtkpolydata)
> >
> > But the code is not compiling. I saw such
> > implementation in some applications but I could
> not
> > find anything that I am missing. Can some one tell
> me
> > why there is a compiler error at this line.
> >
> > Error:
> > error C2679: binary '=' : no operator defined
> which
> > takes a right-hand operand of type 'class
> > itk::Mesh<double,3,class
> > itk::DefaultStaticMeshTraits<double,3,3,float,floa
> > t,double> > *' (or there is no acceptable
> conversion)
> >
> > Thanks,
> > -Uday
> >
> >
> >
>
>
>
>
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DeformableModel2.cxx
Type: application/octet-stream
Size: 11084 bytes
Desc: DeformableModel2.cxx
Url : http://public.kitware.com/pipermail/insight-users/attachments/20041004/2c2fbab7/DeformableModel2.obj
More information about the Insight-users
mailing list