Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] Re: problem in volume constructor...


Chronological Thread 
  • From: Thiago Ize <thiago@cs.utah.edu>
  • To: manta@sci.utah.edu
  • Subject: [Manta] Re: problem in volume constructor...
  • Date: Tue, 27 May 2008 13:20:12 -0600

Yeah, those were my changes. Unfortunately, I don't have teem/swig so those scenes aren't turned on for me. Abe, those should be very easy to fix. If you can't do them, if you let me borrow your computer for a couple minutes I can fix them myself.
Thiago

Abe Stephens wrote:
Looks like there is a problem with the Manta::Volume(...) constructor
which is breaking a bunch of scenes. I'm not sure who is working on this
code, these scenes may be disabled in ccmake to build successfully-

Abe

[ 92%] Building CXX object
scenes/CMakeFiles/scene_volumeTest.dir/volumeTest.o
/local/abe/Manta/scenes/volumeTest.cc: In function ‘Manta::Scene*
make_scene(const Manta::ReadContext&, const
std::vector<std::basic_string<char, std::char_traits<char>,
std::allocator<char> >, std::allocator<std::basic_string<char,
std::char_traits<char>, std::allocator<char> > > >&)’:
/local/abe/Manta/scenes/volumeTest.cc:232: error: no matching function
for call to ‘Manta::Volume<float>::Volume(Manta::GridArray3<float>*,
Manta::RGBAColorMap*&, Manta::BBox, double&, double, int&, double&,
double&)’
/local/abe/Manta/Model/Materials/Volume.h:217: note: candidates are:
Manta::Volume<T>::Volume(Manta::GridArray3<T>*, Manta::RGBAColorMap*,
const Manta::BBox&, double, int, double, double) [with T = float]
/local/abe/Manta/Model/Materials/Volume.h:149: note: Manta::Volume<float>::Volume(const Manta::Volume<float>&)
make[2]: *** [scenes/CMakeFiles/scene_volumeTest.dir/volumeTest.o] Error 1
make[1]: *** [scenes/CMakeFiles/scene_volumeTest.dir/all] Error 2

[100%] Building CXX object
scenes/csafe/swig/CMakeFiles/_csafe.dir/csafePYTHON_wrap.o
/local/abe/Manta/scenes/csafe/src/CDTest.h: In member function ‘void
CDTest::loadUDA(std::string, std::string)’:
/local/abe/Manta/scenes/csafe/src/CDTest.h:428: error: no matching
function for call to
‘Manta::Volume<float>::Volume(Manta::GridArray3<float>*&,
Manta::RGBAColorMap*&, Manta::BBox, double, int, int, float&, float&)’
/local/abe/Manta/Model/Materials/Volume.h:217: note: candidates are:
Manta::Volume<T>::Volume(Manta::GridArray3<T>*, Manta::RGBAColorMap*,
const Manta::BBox&, double, int, double, double) [with T = float]
/local/abe/Manta/Model/Materials/Volume.h:149: note: Manta::Volume<float>::Volume(const Manta::Volume<float>&)
make[2]: ***
[scenes/csafe/swig/CMakeFiles/_csafe.dir/csafePYTHON_wrap.o] Error 1
make[1]: *** [scenes/csafe/swig/CMakeFiles/_csafe.dir/all] Error 2
make: *** [all] Error 2




Archive powered by MHonArc 2.6.16.

Top of page