00001 // @(#)root/base:$Id: TAtt3D.cxx 20877 2007-11-19 11:17:07Z rdm $ 00002 // Author: Fons Rademakers 08/09/99 00003 00004 /************************************************************************* 00005 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * 00006 * All rights reserved. * 00007 * * 00008 * For the licensing terms see $ROOTSYS/LICENSE. * 00009 * For the list of contributors see $ROOTSYS/README/CREDITS. * 00010 *************************************************************************/ 00011 00012 ////////////////////////////////////////////////////////////////////////// 00013 // // 00014 // TAtt3D // 00015 // // 00016 // Use this attribute class when an object should have 3D capabilities. // 00017 // // 00018 ////////////////////////////////////////////////////////////////////////// 00019 00020 #include "TAtt3D.h" 00021 00022 00023 ClassImp(TAtt3D) 00024 00025 //______________________________________________________________________________ 00026 void TAtt3D::Sizeof3D() const 00027 { 00028 // Set total size of this 3D object (used by X3D interface). 00029 00030 return; 00031 }