28#ifndef _util_render_object_h
29#define _util_render_object_h
33#include <util/keyval/keyval.h>
34#include <util/render/material.h>
35#include <util/render/appearance.h>
36#include <util/render/transform.h>
54 const char* name()
const {
return name_.c_str(); }
55 void set_name(
const char *);
81 int n()
const {
return n_; }
Classes which need runtime information about themselves and their relationship to other classes can v...
Definition class.h:233
static std::ostream & out0()
Return an ostream that writes from node 0.
A template class that maintains references counts.
Definition ref.h:361
virtual void print(std::ostream &=ExEnv::out0()) const
Print the object.
Contains all MPQC code up to version 3.
Definition mpqcin.h:14