Example #1
0
//constructor
llExportMap::llExportMap() : llWorker() {

	SetCommandName("ExportMap");
	mapname  = NULL;
	filename = NULL;

}
Example #2
0
llAlgPeakFinder::llAlgPeakFinder(char *_alg_list, char *_map) : llAlg(_alg_list, _map) {
	loc_ceiling = 0;

	points = new llPointList(100, NULL);

	SetCommandName("AlgPeakFinder");
};
Example #3
0
//constructor
llAlgRadial::llAlgRadial(char *_alg_list, char *_map) : llAlg(_map) {

	alg_list    = _alg_list;
	loc_ceiling = 0;

	my_near = 0;
	my_far  = 100000;
	value_at_near  = 0.5f;
	value_at_far   = 1.0f;
	x = 0.f;
	y = 0.f;

	SetCommandName("AlgRadial");
}
llAddDiscontinuityGrid::llAddDiscontinuityGrid() : llSet() {
	SetCommandName("AddDiscontinuityGrid");
}
Example #5
0
llExit::llExit() : llWorker() {
	SetCommandName("Exit");
}
llRemoveInactiveVertices::llRemoveInactiveVertices() : llSet() {
	SetCommandName("RemoveInactiveVertices");
}
Example #7
0
//constructor
llMakeDerivatives::llMakeDerivatives() : llWorker() {

	SetCommandName("MakeDerivatives");
	sourcename = NULL;
	makeshort = 0;
}
Example #8
0
llSetAtGridLine::llSetAtGridLine() : llSet() {
	SetCommandName("SetAtGridLine");
}
Example #9
0
//constructor
llFillColorMap::llFillColorMap() : llMapWorker() {
	SetCommandName("FillColorMap");
}
llInactivateAllVertices::llInactivateAllVertices() : llMapWorker() {
	SetCommandName("InactivateAllVertices");
}
Example #11
0
llCreatePolygon::llCreatePolygon() : llSet() {
	SetCommandName("CreatePolygon");
}
Example #12
0
llSetHeight::llSetHeight() : llMapWorker() {
	SetCommandName("SetHeight");
}
llRemoveTriangulation::llRemoveTriangulation() : llTriMod() {
	SetCommandName("RemoveTriangulation");
}
Example #14
0
//constructor
llExportMeshToVRML::llExportMeshToVRML() : llExportMeshToObj() {
	SetCommandName("ExportMeshToVRML");

}
Example #15
0
llSetGrid::llSetGrid() : llSet() {
	SetCommandName("SetGrid");

	stepx = stepy = -1;
}
Example #16
0
llSelectAll::llSelectAll() : llMapWorker() {
	SetCommandName("SelectAll");
}
Example #17
0
llScaleMap::llScaleMap() : llMapWorker() {
	SetCommandName("ScaleMap");
}
Example #18
0
llCreateNormalMap::llCreateNormalMap() : llMapWorker() {
	SetCommandName("CreateNormalMap");
}
Example #19
0
llAlgStripe::llAlgStripe(char *_alg_list, char *_map) : llAlg(_alg_list, _map) {
	loc_ceiling = 0;
	SetCommandName("AlgLayer");
}
Example #20
0
llSplitAt::llSplitAt() : llTriMod() {
	SetCommandName("SplitAt");
}
Example #21
0
llAddVertexToPolygon::llAddVertexToPolygon() : llSet() {
	SetCommandName("AddVertexToPolygon");
}
Example #22
0
//constructor
llParseModList::llParseModList() : llWorker() {
	num_esp = 0;
	num_esp_sorted = 0;
	cd = 0;
	SetCommandName("ParseModList");
}
Example #23
0
llDeleteMap::llDeleteMap() : llMapWorker() {
	SetCommandName("DeleteMap");
}
Example #24
0
//constructor
llAlgConst::llAlgConst(char*_alg_list, char *_map) : llAlg(_map) {
    SetCommandName("AlgConst");
}
llActivateVisibleVertices::llActivateVisibleVertices() : llTriMod() {
	SetCommandName("ActivateVisibleVertices");
}
llAddDiscontinuityLine::llAddDiscontinuityLine() : llSet() {
	SetCommandName("AddDiscontinuityLine");
}