Subversion Repositories gelsvn

Rev

Rev 64 | Rev 443 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 64 Rev 125
Line 55... Line 55...
55
			
55
			
56
			void operator()(const CGLA::Vec3i& pi, const float& vox_val)
56
			void operator()(const CGLA::Vec3i& pi, const float& vox_val)
57
				{
57
				{
58
					if(vox_val > min_val && vox_val < max_val)
58
					if(vox_val > min_val && vox_val < max_val)
59
						of << pi[0] << " " << pi[1] << " " << pi[2]
59
						of << pi[0] << " " << pi[1] << " " << pi[2]
60
							 << " " << vox_val << endl;
60
							 << " " << vox_val << std::endl;
61
				}	
61
				}	
62
		};
62
		};
63
	
63
	
64
 
64
 
65
	template<class G>
65
	template<class G>