Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] problem in volume constructor...


Chronological Thread 
  • From: Abe Stephens <abestephens@gmail.com>
  • To: manta@sci.utah.edu
  • Subject: [Manta] problem in volume constructor...
  • Date: Tue, 27 May 2008 12:41:44 -0600

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