예제 #1
0
void FGLvar::cPutI(void){
	// Puts data from iD into ideal vertex at cv 
	// raises error if cv is real
	// OVERRIDE using template in GLsubclasses
	SubclassResponsibility();
}
예제 #2
0
void FGLvar::jPutI(void){
	// Puts data from iD into j'th ideal vertex
	// raises error if no such vertex 
	// OVERRIDE using template in GLsubclasses
	SubclassResponsibility();
}
예제 #3
0
 void* operator new(size_t /*size*/) { SubclassResponsibility(); return NULL; }